Метод | Описание | |
---|---|---|
CleanPath ( this path ) : string | ||
CygwinPath ( this arg ) : string | ||
EscapePath ( this arg ) : string | ||
FilterDotted ( this |
||
FilterDotted ( this |
||
FilterDottedDirectories ( this di ) : IEnumerable |
||
FilterDottedFiles ( this di ) : IEnumerable |
||
GetNearestExisting ( this path ) : IAbsoluteDirectoryPath | ||
GetRoot ( this dir ) : IAbsoluteDirectoryPath | ||
GetRoot ( this path ) : IRelativeDirectoryPath | ||
MatchesSub ( this path, string name ) : bool | ||
MingwPath ( this arg ) : string | ||
PosixSlash ( this arg ) : string | ||
RecurseFilterDottedDirectories ( this di ) : IEnumerable |
||
SubStartsWith ( this path, string name ) : bool | ||
ToAbsoluteDirectoryPathNullSafe ( this path ) : IAbsoluteDirectoryPath | ||
ToAbsoluteFilePathNullSafe ( this path ) : IAbsoluteFilePath |
Метод | Описание | |
---|---|---|
StartsWithDot ( |
public static CleanPath ( this path ) : string | ||
path | this | |
Результат | string |
public static CygwinPath ( this arg ) : string | ||
arg | this | |
Результат | string |
public static EscapePath ( this arg ) : string | ||
arg | this | |
Результат | string |
public static FilterDotted ( this |
||
infos | this |
|
Результат | IEnumerable |
public static FilterDotted ( this |
||
infos | this |
|
Результат | IEnumerable |
public static FilterDottedDirectories ( this di ) : IEnumerable |
||
di | this | |
Результат | IEnumerable |
public static FilterDottedFiles ( this di ) : IEnumerable |
||
di | this | |
Результат | IEnumerable |
public static GetNearestExisting ( this path ) : IAbsoluteDirectoryPath | ||
path | this | |
Результат | IAbsoluteDirectoryPath |
public static GetRoot ( this dir ) : IAbsoluteDirectoryPath | ||
dir | this | |
Результат | IAbsoluteDirectoryPath |
public static GetRoot ( this path ) : IRelativeDirectoryPath | ||
path | this | |
Результат | IRelativeDirectoryPath |
public static MatchesSub ( this path, string name ) : bool | ||
path | this | |
name | string | |
Результат | bool |
public static MingwPath ( this arg ) : string | ||
arg | this | |
Результат | string |
public static PosixSlash ( this arg ) : string | ||
arg | this | |
Результат | string |
public static RecurseFilterDottedDirectories ( this di ) : IEnumerable |
||
di | this | |
Результат | IEnumerable |
public static SubStartsWith ( this path, string name ) : bool | ||
path | this | |
name | string | |
Результат | bool |
public static ToAbsoluteDirectoryPathNullSafe ( this path ) : IAbsoluteDirectoryPath | ||
path | this | |
Результат | IAbsoluteDirectoryPath |
public static ToAbsoluteFilePathNullSafe ( this path ) : IAbsoluteFilePath | ||
path | this | |
Результат | IAbsoluteFilePath |