ModulesFs ModuleMelon.std.fs.deleteDirectoryAsync(path)On this pageMelon.std.fs.deleteDirectoryAsync(path)Removes the specified directory from the system.Status: stable Returns: Promise<void>ParametersNameTypeDescriptionpathstringThe target path to the directoryExample usageconst { deleteDirectoryAsync } = Melon.fs;await deleteDirectoryAsync("./myDirectory");