pub fn dir_create(path: &str) -> Result<EmptyStruct, FileError>
Create a directory
Returns a FileError if the filesystem operation fails (e.g. path not found, permission denied, or an I/O error).
FileError