dgamevfs.util

Undocumented in source.

Members

Functions

cleanFSPath
string cleanFSPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
expectPackage
string expectPackage(string path, string rest)
Undocumented in source. Be warned that the author may not have intended to support it.
expectSubdir
string expectSubdir(string path, string rest)
Undocumented in source. Be warned that the author may not have intended to support it.
noPackageSeparators
bool noPackageSeparators(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
noSeparators
bool noSeparators(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
subPathMatch
bool subPathMatch(string path, string parentPath, string glob)

Match path of a directory or a file relative to a parent directory with a glob pattern.

Meta