 | directoryOperation Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Operation on directories to be performed
Namespace:
imbSCI.Data.enums
Assembly:
imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| unknown | 1 | |
| selectOrBuild | 2 |
The select or build directory on a path
|
| compress | 3 |
Compress into ZIP a directory on a path
|
| delete | 4 |
Delete directory
|
| selectIfExists | 5 |
Selects only if exists
|
| selectParent | 6 |
Select parent if not root
|
| selectRoot | 7 |
Select device/partition root
|
| selectRuntimeRoot | 8 |
Select runtime root
|
| copy | 9 |
Copies directory
|
| rename | 10 |
Rename directory
|
See Also