v1.0.0 - Added Argentum as well as other major improvements and bugfixes.
This commit is contained in:
@@ -170,4 +170,13 @@ function filesystem.remove(path)
|
||||
return component.invoke(address, "remove", absPath)
|
||||
end
|
||||
|
||||
function filesystem.makeDirectory(path)
|
||||
checkArg(1, path, "string")
|
||||
local address, absPath = filesystem.processPath(path)
|
||||
if not address then
|
||||
return false
|
||||
end
|
||||
return component.invoke(address, "makeDirectory", absPath)
|
||||
end
|
||||
|
||||
return(filesystem)
|
||||
|
||||
Reference in New Issue
Block a user