C# Class TrollCaveEnterprises.FileSystem

Afficher le fichier Open project: DrusTheAxe/AppData

Méthodes publiques

Méthode Description
DeleteDirectory ( string path, bool recursive ) : void
DeleteFile ( string path ) : void

Method Details

DeleteDirectory() public static méthode

public static DeleteDirectory ( string path, bool recursive ) : void
path string
recursive bool
Résultat void

DeleteFile() public static méthode

public static DeleteFile ( string path ) : void
path string
Résultat void