Hi,
ffs_batch: CustomDirections should be filled in properly: As You can see in the examples below, in my config there are two variants, but CustomDirections are the same.
These values should be filled in properly in order to understand what will happen when you read the config file.
The variant inside contains the right values, so the program works well, but it is confusing that I can read in the config that Mirror and TwoWay does the same thing
<Variant>Mirror</Variant>
<CustomDirections>
<LeftOnly>right</LeftOnly>
<RightOnly>left</RightOnly>
<LeftNewer>right</LeftNewer>
<RightNewer>left</RightNewer>
<Different>none</Different>
<Conflict>none</Conflict>
</CustomDirections>
<Variant>TwoWay</Variant>
<CustomDirections>
<LeftOnly>right</LeftOnly>
<RightOnly>left</RightOnly>
<LeftNewer>right</LeftNewer>
<RightNewer>left</RightNewer>
<Different>none</Different>
<Conflict>none</Conflict>
</CustomDirections>
BR,
George
ffs_batch: CustomDirections should be filled in properly
- Posts: 4
- Joined: 10 May 2016
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
The XML parent element is "CustomDirections", so there shouldn't be any confusion that they are unrelated to the specific variants "Mirror" or "TwoWay", but correspond to variant "Custom".