Property | Type | Description |
---|
Method | Description | |
---|---|---|
DirectoryOperation ( [ path, [ manifest, [ handler ) : System |
Creates a new manifest directory task.
|
|
Dispose ( bool disposing ) : void | ||
Randomize ( string path ) : string |
Appends a random string to a file path.
|
|
UnlockFiles ( IEnumerable |
Uses WindowsRestartManager to close any applications that have open references to the specified files if possible and removes read-only attributes. Closed applications will be restarted by Dispose. |
protected DirectoryOperation ( [ path, [ manifest, [ handler ) : System | ||
path | [ | The path of the directory to operate on. |
manifest | [ | The contents of a |
handler | [ | A callback object used when the the user needs to be asked questions or informed about IO tasks. |
return | System |
protected static Randomize ( string path ) : string | ||
path | string | |
return | string |
protected UnlockFiles ( IEnumerable |
||
files | IEnumerable |
|
return | void |