[This is preliminary documentation and is subject to change.]
Checks whether two paths/file names reference the exact same filesystem location. Accounts for filesystem quirks.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
Return Value
True if given paths are referencing the same file. False if they're not.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If path1 or path2 is null. |