Gromacs
2016.6
|
Functions | |
bool | isDirSeparator (char chr) |
Check whether a given character is a directory separator. | |
Variables | |
const char | cDirSeparator = '/' |
Directory separator to use when joining paths. | |
const char | cDirSeparators [] = "/\\" |
Directory separators to use when parsing paths. | |
const char | cPathSeparator = ':' |
Separator to use to split the PATH environment variable. More... | |
anonymous_namespace{path.cpp}::cPathSeparator = ':' |
Separator to use to split the PATH environment variable.
When reading the PATH environment variable, Unix separates entries with colon, while windows uses semicolon.