Method | Description | |
---|---|---|
CopyFilesRecursively ( |
||
DeleteDirectory ( string path ) : void |
Method | Description | |
---|---|---|
DeleteFile ( string path ) : void | ||
SetAttributesNormal ( |
The Delete() method will fail with UnauthorizedAccessException if any files in the directory tree have the read-only flag. Delete() cannot delete anything with read-only flag even if the user running the application has priviliges to delete these files.
|
public static CopyFilesRecursively ( |
||
source | ||
target | ||
return | void |
public static DeleteDirectory ( string path ) : void | ||
path | string | |
return | void |