Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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. |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected static Randomize ( string path ) : string | ||
path | string | |
Результат | string |
protected UnlockFiles ( IEnumerable |
||
files | IEnumerable |
|
Результат | void |