This enumeration defines the sort order for the folder comparison window. One value from each grouping can be bitwise ORed
with values from other groupings to form a sort order.
| Constant |
Description |
| fsoInvalid |
Implies no custom sort order. Merge will use a default sorting order in folder comparison windows. |
| Order |
| fsoAscending |
Items will be sorted in ascending order (A before Z). |
| fsoDescending |
Items will be sorted in descending order (Z before A). |
| Sort by |
| fsoByName |
Items will be sorted by their names. |
| fsoByTimestamp |
Items will be sorted by the timestamps. |
| fsoBySize |
Items will be sorted by size. |
| Controlling column |
| fsoColumn1 |
Items in column 1 control the sort order. |
| fsoColumn2 |
Items in column 2 control the sort order. |
| fsoColumn2 |
Items in column 3 control the sort order. |