diff --git a/src/lua/core/filesystem.lua b/src/lua/core/filesystem.lua index 4443bf7..41ad5ff 100644 --- a/src/lua/core/filesystem.lua +++ b/src/lua/core/filesystem.lua @@ -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")