C# Class GuiLabs.FileUtilities.FileSystem

Afficher le fichier Open project: KirillOsenkov/ContentSync

Méthodes publiques

Méthode 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 méthode

public static CopyFile ( string source, string destination, bool speculative ) : bool
source string
destination string
speculative bool
Résultat bool

CreateDirectory() public static méthode

public static CreateDirectory ( string newFolder, bool speculative ) : bool
newFolder string
speculative bool
Résultat bool

DeleteDirectory() public static méthode

public static DeleteDirectory ( string deletedFolderPath, bool speculative ) : bool
deletedFolderPath string
speculative bool
Résultat bool

DeleteFile() public static méthode

public static DeleteFile ( string deletedFilePath, bool speculative ) : bool
deletedFilePath string
speculative bool
Résultat bool