Expand description
This module defines CreateDirective.
Structs§
- Create
Directive - A directive that can build CreateActions to create directories in the filesystem.
Constants§
- CREATE_
PARENT_ DIRS_ SETTING - Constant for the name of the
create_parent_dirsSetting which forces to create all parent directories if necessary. - DIRECTIVE_
NAME - Constant for the name of the
createdirective. - DIR_
SETTING - Constant for the name of the
directoryargument that contains the name of the directory to create
Functions§
- init_
directive_ data - Initializes the default configuration for the CreateDirective
Type Aliases§
- Fake
Create Directive - CreateDirective that uses the native [FakeFileSystem] for testing.
- Native
Create Directive - CreateDirective that uses the native [OsFileSystem].