Rosetta  3.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
platform::file Namespace Reference

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...
 

Function Documentation

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 ( '/'  )
bool const platform::file::VOLUME_USED ( true  )

Volume specifier used?

bool const platform::file::VOLUME_USED ( false  )