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 |
|
|
Definition at line 29 of file unix/fileio.cpp. |
|
|
Definition at line 19 of file unix/fileio.cpp. |
|
|
Definition at line 21 of file unix/fileio.cpp. |
|
|
Definition at line 20 of file unix/fileio.cpp. |
|
|
Definition at line 22 of file unix/fileio.cpp. |
|
|
Definition at line 25 of file unix/fileio.cpp. |
|
|
Definition at line 26 of file unix/fileio.cpp. Referenced by convertPathDelimitters(). |
|
|
Definition at line 30 of file unix/fileio.cpp. Referenced by tfindfile::tfindfile(). |
|
|
Definition at line 28 of file unix/fileio.cpp. |
|
|
Definition at line 23 of file unix/fileio.cpp. |
|
|
Definition at line 24 of file unix/fileio.cpp. |
1.4.2