MobileForms Toolkit Documentation

ZipArchive.Delete Method

Deletes an empty directory or a file from a specified path.

Overload List

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);

See Also

ZipArchive Class | Resco.IO.Zip Namespace