ModulesFs ModuleMelon.std.fs.deleteDirectory(path)On this pageMelon.std.fs.deleteDirectory(path)Removes the specified directory from the system.Status: stable Returns: voidParametersNameTypeDescriptionpathstringThe target path to the directoryExample usageconst { deleteDirectory } = Melon.fs;deleteDirectory("./myDirectory");