lua-path icon indicating copy to clipboard operation
lua-path copied to clipboard

File system path manipulation library

Results 4 lua-path issues
Sort by recently updated
recently updated
newest added

werkzeug has a very useful function called secure_filename that normalizes a file path to a secure name, very useful when one wants to parse a name into a filename. It...

In the top example of the [Reference](https://moteus.github.io/path/modules/path.html) the function PATH.new is used but it does not seem to be documented anywhere. Am I missing something or can this please be...

```Lua path.each(path.join(".", '*.*'), print, { skipdirs=false, skipfiles=true }) ``` This code prints out all directories on Windows when uses FFI backend but if uses `LuaFileSystem` backend it prints out only...

I write this more for reference for users who may have the same problems. When [LuaFileSystem](https://lunarmodules.github.io/luafilesystem/) is *not* installed, doing `path = require "path"` does not produce _any_ message and...