Go to the source code of this file.
Variables | |
| const char * | filereadmode = "r" |
| const char * | filewritemode = "w" |
| const char * | filereadmodetext = "r" |
| const char * | filewritemodetext = "w" |
| const char | pathdelimitter = '/' |
| const char * | pathdelimitterstring = "/" |
| const char | foreignPathDelimitter = '\\' |
| const char * | foreignPathDelimitterString = "\\" |
| const int | maxfilenamelength = 255 |
| const char * | asc_configurationfile = "asc2rc" |
| const bool | has_drive_letters = false |
| const char* asc_configurationfile = "asc2rc" |
Definition at line 29 of file unix/fileio.cpp.
| const char* filereadmode = "r" |
Definition at line 19 of file unix/fileio.cpp.
| const char* filereadmodetext = "r" |
Definition at line 21 of file unix/fileio.cpp.
| const char* filewritemode = "w" |
Definition at line 20 of file unix/fileio.cpp.
| const char* filewritemodetext = "w" |
Definition at line 22 of file unix/fileio.cpp.
| const char foreignPathDelimitter = '\\' |
Definition at line 25 of file unix/fileio.cpp.
| const char* foreignPathDelimitterString = "\\" |
| const bool has_drive_letters = false |
| const int maxfilenamelength = 255 |
Definition at line 28 of file unix/fileio.cpp.
| const char pathdelimitter = '/' |
Definition at line 23 of file unix/fileio.cpp.
| const char* pathdelimitterstring = "/" |
Definition at line 24 of file unix/fileio.cpp.
1.5.1