Files
deb-lite-xl/data
jgmdev 4188269cef Added system.rmdir(path)
It is reported that the built-in lua function os.remove(path) does
not removes empty directories on windows. To fix this a system.rmdir
function is introduced that calls a native win32 function.

Also common.rm(path, recursively) was added which wraps system.rmdir()
to easily delete an entire folder with all its contents.
2021-06-28 11:07:27 -04:00
..
2021-06-28 11:07:27 -04:00
2021-05-27 13:49:33 +02:00
2021-06-21 23:21:07 +02:00