[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: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public static bool Compare(
	string path1,
	string path2
)

Parameters

path1
String
path2
String

Return Value

True if given paths are referencing the same file. False if they're not.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If path1 or path2 is null.

See Also