Craig's Utility Library  4.0 Beta
Utilities.IO.Enums Namespace Reference

Enumerations

enum  CopyOptions { CopyOptions.CopyIfNewer, CopyOptions.CopyAlways, CopyOptions.DoNotOverwrite }
 Options used in directory copying More...
 

Enumeration Type Documentation

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.