C# Class GuiLabs.FileUtilities.FileSystem

显示文件 Open project: KirillOsenkov/ContentSync

Public Methods

Method Description
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

Method Details

CopyFile() public static method

public static CopyFile ( string source, string destination, bool speculative ) : bool
source string
destination string
speculative bool
return bool

CreateDirectory() public static method

public static CreateDirectory ( string newFolder, bool speculative ) : bool
newFolder string
speculative bool
return bool

DeleteDirectory() public static method

public static DeleteDirectory ( string deletedFolderPath, bool speculative ) : bool
deletedFolderPath string
speculative bool
return bool

DeleteFile() public static method

public static DeleteFile ( string deletedFilePath, bool speculative ) : bool
deletedFilePath string
speculative bool
return bool