Rosetta
|
Functions | |
bool const | CASE_SENSITIVE (true) |
Are file/path names case sensitive? More... | |
bool const | VOLUME_USED (false) |
Volume specifier used? More... | |
char const | PATH_SEPARATOR ('/') |
File path separator. More... | |
bool const | CASE_SENSITIVE (false) |
Are file/path names case sensitive? More... | |
bool const | VOLUME_USED (true) |
Volume specifier used? More... | |
char const | PATH_SEPARATOR ('\\') |
File path separator. More... | |
bool const platform::file::CASE_SENSITIVE | ( | false | ) |
Are file/path names case sensitive?
bool const platform::file::CASE_SENSITIVE | ( | true | ) |
Are file/path names case sensitive?
Referenced by utility::file::FileName::equal(), and utility::file::PathName::equal().
char const platform::file::PATH_SEPARATOR | ( | '/' | ) |
File path separator.
Referenced by utility::file::FileName::absolute(), utility::file::PathName::absolute(), utility::file::FileName::assign(), utility::file::PathName::assign(), utility::file::create_temp_filename(), basic::resource_manager::locator::FileStream::FileStream(), main(), utility::io::izstream::open_ifstream(), utility::file::PathName::parent(), utility::file::FileName::path(), and utility::file::PathName::path().
char const platform::file::PATH_SEPARATOR | ( | '\\' | ) |
File path separator.
bool const platform::file::VOLUME_USED | ( | false | ) |
Volume specifier used?
Referenced by utility::file::FileName::assign(), utility::file::PathName::assign(), utility::file::FileName::vol(), and utility::file::PathName::vol().
bool const platform::file::VOLUME_USED | ( | true | ) |
Volume specifier used?