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