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
..
colors Implement user's config as init file and add directory into package.path 2020-12-02 16:03:31 +01:00
core Added system.rmdir(path) 2021-06-28 11:07:27 -04:00
fonts Use FiraSans regular for UI 2021-05-27 13:49:33 +02:00
plugins Added in lineguide to core. 2021-06-21 23:21:07 +02:00