Description
Filesystem paths can be built, split, and normalized more safely inside Lua programs.
This package is useful for developers handling project files, configuration paths, or cross-platform path strings in Lua code. It is a path utility library, not a file manager.
Path handling bugs can read or write the wrong files. Validate user-supplied paths before using them for filesystem operations.