Method | Description | |
---|---|---|
ToShortRelativePath ( this fileSystem, string path, string rootFolder ) : string |
Converts path to file to a relative 8.3 path. Returns null if file does not exist since OS can only perform 8.3 conversion to existing files.
|
public static ToShortRelativePath ( this fileSystem, string path, string rootFolder ) : string | ||
fileSystem | this | |
path | string | |
rootFolder | string | |
return | string |