fs.create_directory¶
- fs.create_directory(std.string path)¶
- Parameters:
path (
std.string) –- Return type:
bool
- fs.create_directory(std.string path, std.string existing_p)
- Parameters:
path (
std.string) –existing_p (
std.string) –- Return type:
bool