You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary="a OS specified path manipulation module for Lua",
detailed=[[
lpath is a lfs-like Lua module to handle path, file system and file informations.
This module is designed to be easy extend to new system. Now it implements windows using Win32 API (lfs use legacy POSIX APIs on Windows), and POSIX systems.
This module is inspired by Python's os.path module. It split into 3 parts: path.info, path.fs and path itself.