|
Craig's Utility Library
4.0 Beta
|
Enumerations | |
| enum | CopyOptions { CopyOptions.CopyIfNewer, CopyOptions.CopyAlways, CopyOptions.DoNotOverwrite } |
| Options used in directory copying More... | |
|
strong |
Options used in directory copying
| Enumerator | |
|---|---|
| CopyIfNewer |
Copy if newer than the DateTime specified |
| CopyAlways |
Copy always |
| DoNotOverwrite |
Do not overwrite a file |
Definition at line 27 of file CopyOptions.cs.