Rosetta
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

◆ CASE_SENSITIVE() [1/2]

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

Are file/path names case sensitive?

◆ CASE_SENSITIVE() [2/2]

bool const platform::file::CASE_SENSITIVE ( true  )

Are file/path names case sensitive?

Referenced by utility::file::FileName::equal(), and utility::file::PathName::equal().

◆ PATH_SEPARATOR() [1/2]

char const platform::file::PATH_SEPARATOR ( '/'  )

◆ PATH_SEPARATOR() [2/2]

char const platform::file::PATH_SEPARATOR ( '\\'  )

File path separator.

◆ VOLUME_USED() [1/2]

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

◆ VOLUME_USED() [2/2]

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

Volume specifier used?