Enum FCFlags
flags for filesystem.copy and some other similar functions. Used only when copying directory.
[Flags]
public enum FCFlags
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| IgnoreInaccessible | If fails to get the contents of the directory or a subdirectory because of its security settings, don't throw exception but assume that the [sub]directory is empty. |
| NoEmptyDirectories | Don't create subdirectories that after applying all filters would be empty. |
| SkipHiddenSystem | Skip descendant files and directories that have |