C# Класс GuiLabs.FileUtilities.FileSystem

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

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

Метод Описание
CopyFile ( string source, string destination, bool speculative ) : bool
CreateDirectory ( string newFolder, bool speculative ) : bool
DeleteDirectory ( string deletedFolderPath, bool speculative ) : bool
DeleteFile ( string deletedFilePath, bool speculative ) : bool

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

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

public static CopyFile ( string source, string destination, bool speculative ) : bool
source string
destination string
speculative bool
Результат bool

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

public static CreateDirectory ( string newFolder, bool speculative ) : bool
newFolder string
speculative bool
Результат bool

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

public static DeleteDirectory ( string deletedFolderPath, bool speculative ) : bool
deletedFolderPath string
speculative bool
Результат bool

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

public static DeleteFile ( string deletedFilePath, bool speculative ) : bool
deletedFilePath string
speculative bool
Результат bool