52Path.Absolute(path, base_path);
68Path.GetEscapedPath(path);
88Path.GetFileName(path);
97Path.GetBaseName(path);
113Path.FileExists(path);
120Path.DirectoryExists(path);
130Path.MoveFile(source, target);
139Path.CreateDirectories(path);
149Path.RemoveDirectories(path);
159Path.RemoveFile(path);