Method FullyDelete
FullyDelete(DirectoryInfo)
Delete files and directories, even if non-empty.
Declaration
public static bool FullyDelete(DirectoryInfo dir)
Parameters
Type | Name | Description |
---|---|---|
DirectoryInfo | dir | File or directory. |
Returns
Type | Description |
---|---|
System.Boolean |
|