C# Class TrollCaveEnterprises.FileSystem

Datei anzeigen Open project: DrusTheAxe/AppData

Public Methods

Method Description
DeleteDirectory ( string path, bool recursive ) : void
DeleteFile ( string path ) : void

Method Details

DeleteDirectory() public static method

public static DeleteDirectory ( string path, bool recursive ) : void
path string
recursive bool
return void

DeleteFile() public static method

public static DeleteFile ( string path ) : void
path string
return void