Метод | Описание | |
---|---|---|
GetRelativeDirectory ( this path, IAbsoluteDirectoryPath possibleRoot ) : string | ||
IsRootedIn ( this path, IAbsoluteDirectoryPath possibleRoot ) : bool | ||
Join ( this relative ) : string |
public static GetRelativeDirectory ( this path, IAbsoluteDirectoryPath possibleRoot ) : string | ||
path | this | |
possibleRoot | IAbsoluteDirectoryPath | |
Результат | string |
public static IsRootedIn ( this path, IAbsoluteDirectoryPath possibleRoot ) : bool | ||
path | this | |
possibleRoot | IAbsoluteDirectoryPath | |
Результат | bool |
public static Join ( this relative ) : string | ||
relative | this | |
Результат | string |