forked from izaya/LuPPC
Use filesystem path as label for now
This commit is contained in:
parent
cb5b4ff53f
commit
aed5864c58
@ -129,7 +129,7 @@ function filesystem.register(basePath)
|
||||
return native.fs_lastModified(realpath(path))
|
||||
end
|
||||
function fs.getLabel()
|
||||
return --TODO: Implement, use real labels
|
||||
return path --TODO: Implement, use real labels
|
||||
end
|
||||
function fs.remove(path) --TODO: TEST!!
|
||||
checkArg(1, path, "string")
|
||||
|
Loading…
Reference in New Issue
Block a user