- fullPath
string fullPath(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- fullPathFrom
string fullPathFrom(string s, string refPath)
Undocumented in source. Be warned that the author may not have intended to support it.
- isDir
bool isDir(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- isExecutable
bool isExecutable(string fn, bool acceptDirs)
Undocumented in source. Be warned that the author may not have intended to support it.
- isLink
bool isLink(string symlink)
Undocumented in source. Be warned that the author may not have intended to support it.
- isWritable
bool isWritable(string fn)
Undocumented in source. Be warned that the author may not have intended to support it.
- parentDir
string parentDir(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- pathEqual
bool pathEqual(string p1, string p2)
Undocumented in source. Be warned that the author may not have intended to support it.
- pureName
string pureName(string s, bool multiStrip)
Undocumented in source. Be warned that the author may not have intended to support it.
- resetDir
bool resetDir(string d)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolveLink
string resolveLink(string symlink)
Undocumented in source. Be warned that the author may not have intended to support it.
- rootPermissions
bool rootPermissions()
Undocumented in source. Be warned that the author may not have intended to support it.
- shellExec
bool shellExec(string command, bool w, bool dbg)
Undocumented in source. Be warned that the author may not have intended to support it.
- slash
string slash(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- symLink
void symLink(string source, string dest, bool relative)
Undocumented in source. Be warned that the author may not have intended to support it.
- unslash
string unslash(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- userName
string userName()
Undocumented in source. Be warned that the author may not have intended to support it.