From aed5864c58937be7faa45c37ffd0e370687904d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Mon, 18 Jan 2016 20:47:46 +0100 Subject: [PATCH] Use filesystem path as label for now --- src/lua/core/filesystem.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")