fs.create_dir

fs.create_dir

fs.create_dir

Function

Create directories recursively.

Syntax

Parameters

No parameters.

Return value

TypeDescription
BoolReturns true if created successfully.

Example

Notes

  • Equivalent to recursive creation, if the parent directory does not exist, it will be created together.