File.create_directory
create_directory
Group: Output
Documentation
Creates the directory represented by this file if it did not exist. It also creates parent directories if they did not exist.
Examples
Create a directory on the file system.
import Standard.Examples
example_is_directory =
(Examples.data_dir / "my_directory") . create_directory