ModulesFs ModuleMelon.std.fs.deleteFile(path)On this pageMelon.std.fs.deleteFile(path)Removes the specified file from the system.Status: stable Returns: voidParametersNameTypeDescriptionpathstringThe target path to the fileExample usageconst { deleteFile } = Melon.fs;deleteFile("./hi.txt");