util.paths
util.paths provides some cross-platform operations on file system paths.
API
resolve_relative_path
Given a base (parent) path and a relative path, returns an absolute path.
glob_to_pattern
Turns a glob (e.g. "*.foo") into a Lua pattern for use in matching file names.
join
Joins a number of path components using the system path separator.