update README

This commit is contained in:
Grump
2020-05-08 11:27:11 +02:00
parent a0aeddefec
commit 2043c0c5db

View File

@@ -60,7 +60,7 @@ Function names in this list are links to their LÖVE `File` counterparts. `File`
local nativefs = require("nativefs") local nativefs = require("nativefs")
-- deletes all files in C:\Windows -- deletes all files in C:\Windows
local files = nativefs.getDirectoryItems('C:/Windows`) local files = nativefs.getDirectoryItems("C:/Windows")
for i = 1, #files do for i = 1, #files do
nativefs.remove("C:/Windows/" .. files[i]) nativefs.remove("C:/Windows/" .. files[i])
end end