Метод | Описание | |
---|---|---|
CopyUnlocked ( string from, string to ) : void | ||
Exists ( string path ) : bool | ||
FileMissing ( string path ) : bool | ||
GetShortPath ( string path ) : string | ||
ToLongPathName ( string path ) : string | ||
WriteTextFile ( string path, string content ) : void |
Метод | Описание | |
---|---|---|
GetLongPathName ( [ path, [ longPath, int longPathLength ) : int | ||
GetShortPathName ( [ path, [ shortPath, int shortPathLength ) : int | ||
PathFileExists ( StringBuilder path ) : bool |
public static CopyUnlocked ( string from, string to ) : void | ||
from | string | |
to | string | |
Результат | void |
public static Exists ( string path ) : bool | ||
path | string | |
Результат | bool |
public static FileMissing ( string path ) : bool | ||
path | string | |
Результат | bool |
public static GetShortPath ( string path ) : string | ||
path | string | |
Результат | string |
public static ToLongPathName ( string path ) : string | ||
path | string | |
Результат | string |
public static WriteTextFile ( string path, string content ) : void | ||
path | string | |
content | string | |
Результат | void |