mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 19:22:40 +01:00
aefae
This commit is contained in:
parent
17b955d965
commit
4975def113
@ -26,7 +26,7 @@ paths.system.applicationSettings = paths.system.applications .. "Settings.app/Ma
|
||||
function paths.create(what)
|
||||
for _, path in pairs(what) do
|
||||
if path:sub(-1, -1) == "/" then
|
||||
filesystem.makeDirectory(path)
|
||||
require("Filesystem").makeDirectory(path)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user