lite-xl/src/api
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
..
api.c Merge reproc changes from dev. 2021-06-18 14:19:09 -04:00
api.h Implement unicode character replacements 2021-04-01 18:05:59 +02:00
cp_replace.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
process.c [api/process] added missing fields and minor fix to pid() 2021-06-22 15:01:30 -04:00
regex.c Changed regex error handling, so that errors can be handled gracefully in lua, and made it so gsub returns the exact matches and replacements. 2021-06-04 23:58:17 -04:00
renderer.c Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
renderer_font.c Add a C API copy method for font_desc objects 2021-06-21 11:18:52 +02:00
system.c Added system.rmdir(path) 2021-06-28 11:07:27 -04:00