ModulesFs ModuleMelon.std.fs.createDirectory(path)On this pageMelon.std.fs.createDirectory(path)Creates a new directory with the specified path.Status: stable Returns: voidParametersNameTypeDescriptionpathstringThe target path to the fileExample usageconst { createDirectory } = Melon.fs;createDirectory("./myDirectory");