Deletes an empty directory or a file from a specified path.
Deletes an empty directory or a file from a specified path.
public void Delete(string);
Deletes the specified directory and, if indicated, any subdirectories in the directory.
public void Delete(string,bool);
ZipArchive Class | Resco.IO.Zip Namespace