C# Class VictorBush.Ego.NefsLib.Utility.FileSystemExtensions

Extensions for IFileSystem.
Afficher le fichier Open project: victorbush/ego.nefsedit

Méthodes publiques

Méthode Description
ResetOrCreateDirectory ( IFileSystem fs, string directoryPath ) : void

Deletes the specified directory if it exists, then creates it.

Method Details

ResetOrCreateDirectory() public static méthode

Deletes the specified directory if it exists, then creates it.
public static ResetOrCreateDirectory ( IFileSystem fs, string directoryPath ) : void
fs IFileSystem The file system.
directoryPath string The directory path.
Résultat void