Tagged Questions
7
votes
3answers
485 views
What is the correct way to delineate directories in Lua?
I have been experimenting with some Lua code to list directories and provide them to the TeX engine.
I have been using the Lua File System (lfs) module.
The first part list the current directory ...