![]()  | 
  
    Rosetta
    2019.12
    
   | 
 
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::PathName::equal(), and utility::file::FileName::equal().
| char const platform::file::PATH_SEPARATOR | ( | '\\' | ) | 
File path separator.
| char const platform::file::PATH_SEPARATOR | ( | '/' | ) | 
File path separator.
Referenced by utility::file::PathName::absolute(), utility::file::FileName::absolute(), utility::file::PathName::assign(), utility::file::FileName::assign(), utility::file::create_temp_filename(), basic::resource_manager::locator::FileStream::FileStream(), utility::io::izstream::open_ifstream(), utility::file::PathName::parent(), utility::file::PathName::path(), and utility::file::FileName::path().
| bool const platform::file::VOLUME_USED | ( | true | ) | 
Volume specifier used?
| bool const platform::file::VOLUME_USED | ( | false | ) | 
Volume specifier used?
Referenced by utility::file::PathName::assign(), utility::file::FileName::assign(), utility::file::PathName::vol(), and utility::file::FileName::vol().
 1.8.7