Directory.Delete method
Delete directory.
public static bool Delete(string dir, bool recursive)
parameter | description |
---|---|
dir | directory to delete. |
recursive | delete all child to. |
Return Value
true if directory deleted.
See Also
- class Directory
- namespace LiTools.Helpers.IO