mirror of
https://github.com/EngineerSmith/nativefs.git
synced 2025-11-08 23:15:02 +00:00
test createDirectory with absolute path
This commit is contained in:
@@ -228,6 +228,10 @@ function test_fs_createDirectory()
|
|||||||
fs.remove('data/a/b/c')
|
fs.remove('data/a/b/c')
|
||||||
fs.remove('data/a/b')
|
fs.remove('data/a/b')
|
||||||
fs.remove('data/a')
|
fs.remove('data/a')
|
||||||
|
|
||||||
|
local d = fs.getWorkingDirectory() .. '/data/a'
|
||||||
|
notFailed(fs.createDirectory(d))
|
||||||
|
fs.remove(d)
|
||||||
end
|
end
|
||||||
|
|
||||||
function test_fs_remove()
|
function test_fs_remove()
|
||||||
|
|||||||
Reference in New Issue
Block a user