Method | Description | |
---|---|---|
ArePathsEqual ( string path1, string path2 ) : bool | ||
MakeRelativePath ( string fromPath, string toPath ) : string |
Creates a relative path from one file or folder to another.
|
|
NormalizePath ( string path ) : string |
public static ArePathsEqual ( string path1, string path2 ) : bool | ||
path1 | string | |
path2 | string | |
return | bool |
public static MakeRelativePath ( string fromPath, string toPath ) : string | ||
fromPath | string | Contains the directory that defines the start of the relative path. |
toPath | string | Contains the path that defines the endpoint of the relative path. |
return | string |
public static NormalizePath ( string path ) : string | ||
path | string | |
return | string |