Fixed fs.getLabel
This commit is contained in:
parent
7368bd6168
commit
bdf4bf7a67
@ -130,7 +130,7 @@ function filesystem.register(basePath, uuid)
|
||||
return native.fs_lastModified(realpath(path))
|
||||
end
|
||||
function fs.getLabel()
|
||||
return path --TODO: Implement, use real labels
|
||||
return basePath --TODO: Implement, use real labels
|
||||
end
|
||||
function fs.remove(path) --TODO: TEST!!
|
||||
checkArg(1, path, "string")
|
||||
|
Loading…
Reference in New Issue
Block a user