C# Класс CClash.FileUtils

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CopyUnlocked() публичный статический Метод

public static CopyUnlocked ( string from, string to ) : void
from string
to string
Результат void

Exists() публичный статический Метод

public static Exists ( string path ) : bool
path string
Результат bool

FileMissing() публичный статический Метод

public static FileMissing ( string path ) : bool
path string
Результат bool

GetShortPath() публичный статический Метод

public static GetShortPath ( string path ) : string
path string
Результат string

ToLongPathName() публичный статический Метод

public static ToLongPathName ( string path ) : string
path string
Результат string

WriteTextFile() публичный статический Метод

public static WriteTextFile ( string path, string content ) : void
path string
content string
Результат void