Use filesystem path as label for now

This commit is contained in:
Łukasz Magiera 2016-01-18 20:47:46 +01:00
parent cb5b4ff53f
commit aed5864c58
1 changed files with 1 additions and 1 deletions

View File

@ -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")