Method | Description | |
---|---|---|
GenerateRelativePath ( string absoluteFilePath ) : string | ||
GenerateRelativePath ( string mainDirPath, string absoluteFilePath ) : string | ||
GetAbsolutePath ( string filePath ) : string |
public static GenerateRelativePath ( string absoluteFilePath ) : string | ||
absoluteFilePath | string | |
return | string |
public static GenerateRelativePath ( string mainDirPath, string absoluteFilePath ) : string | ||
mainDirPath | string | |
absoluteFilePath | string | |
return | string |
public static GetAbsolutePath ( string filePath ) : string | ||
filePath | string | |
return | string |