Function to create a new directory in flash.
All directories used in the chosen path, except the last one, must exist in flash.
Syntax |
i32 f_mkdir (string dirName) |
||||||
---|---|---|---|---|---|---|---|
dirName |
Name of the new directory. Can contain letters, spaces, and special characters. It is not case sensitive |
||||||
Result |
Returns:
|
||||||
Validity |
Task |
||||||
Note |
Example of use:
|