Mach Modules Documentation
Lua Module API Documentation
Loading...
Searching...
No Matches
Path.lua
Go to the documentation of this file.
1
19Path.SplitPath(path);
26Path.BaseName(path);
39Path.Absolute(path);
52Path.Absolute(path, base_path);
68Path.GetEscapedPath(path);
79Path.GetParent(path);
88Path.GetFileName(path);
97Path.GetBaseName(path);
106Path.Join(...);
113Path.FileExists(path);
120Path.DirectoryExists(path);
130Path.MoveFile(source, target);
139Path.CreateDirectories(path);
149Path.RemoveDirectories(path);
159Path.RemoveFile(path);