Свойство | Тип | Описание | |
---|---|---|---|
BackwardSlash | char | ||
ForwardSlash | char | ||
ForwardSlashString | string | ||
NotSeparator | char | ||
Separator | char |
Метод | Описание | |
---|---|---|
NormalizeFilePathSeparators ( string name ) : string | ||
ResolveRelativePath ( string filePath, string relativeFile ) : string |
Combines the filePath and relativeFile based on relativeFile being a file in the same location as filePath. Relative directory operators (..) are also resolved
|
public static NormalizeFilePathSeparators ( string name ) : string | ||
name | string | |
Результат | string |
public static ResolveRelativePath ( string filePath, string relativeFile ) : string | ||
filePath | string | Path to the file we are starting from |
relativeFile | string | Relative location of another file to resolve the path to |
Результат | string |
public static string ForwardSlashString | ||
Результат | string |