Enum CPResult
public enum CPResult
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
AContainsB | pathA is of a directory that contains file or directory specified by pathB.
Example: |
BContainsA | pathB is of a directory that contains file or directory specified by pathA.
Example: |
Failed | Failed. Probably one (or both) of specified files does not exist. The function supports lastError. |
None | The paths are unrelated.
Example: |
Same | Both paths are of the same file or directory.
Example: |