Enum: DirOption
Represents options that can be used when creating or removing directories.
Members
RECURSIVE | Create non-existing parent directories or remove all the files inside the given directory |
NON_RECURSIVE | Create/remove only the given directory |