Defines |
|
| #define | text_rom_root_path "Z:\\Data\\" |
| The root directory in ROM. |
|
| #define | text_phone_memory_root_path "C:\\Data\\" |
| The root directory in Phone Memory. |
|
| #define | text_memory_card_root_path "E:\\" |
| The root directory in Memory Card. |
|
| #define | text_games_path "Games\\" |
| Games directory. |
|
| #define | text_installs_path "Installs\\" |
| Installs directory. |
|
| #define | text_others_path "Others\\" |
| Others directory. |
|
| #define | text_videos_path "Videos\\" |
| Videos directory. |
|
| #define | text_images_path "Images\\" |
| Images directory. |
|
| #define | text_pictures_path "Images\\Pictures\\" |
| Pictures directory. |
|
| #define | text_gms_pictures_path "Images\\Pictures\\" |
| GMS pictures directory. |
|
| #define | text_mms_background_images_path "Images\\Backgrounds\\" |
| MMS background images directory. |
|
| #define | text_presence_logos_path "Images\\Presence\\" |
| Presence logos directory. |
|
| #define | text_sounds_path "Sounds\\" |
| Sounds directory. |
|
| #define | text_digital_sounds_path "Sounds\\Digital\\" |
| Digital sounds directory. |
|
| #define | text_simple_sounds_path "Sounds\\Simple\\" |
| Simple sounds directory. |
|
| #define | text_images_thumbnail_path "_PAlbTN\\" |
| Thumbnail images directory. |
|
| #define | text_memory_card_contacts_path "E:\\Others\\Contacts\\" |
| Full path of the contacts directory in a memory card. |
|
| #define | text_memory_card_links_path "E:\\Others\\Links\\" |
| Full path of the links directory in a memory card. |
|
|
|
Digital sounds directory. The directory is always under a root directory. |
|
|
Games directory. The directory is always under a root directory. |
|
|
GMS pictures directory. The directory is always under a root directory. |
|
|
Images directory. The directory is always under a root directory. |
|
|
Thumbnail images directory. The directory is not necessarily under a root directory. The directory exists under the same directory where the corresponding image is. Do not try to append this to a root directory. |
|
|
Installs directory. The directory is always under a root directory. |
|
|
Full path of the contacts directory in a memory card. Contains also the drive letter. Do not try to append this to any root directory. |
|
|
Full path of the links directory in a memory card. Contains also the drive letter. Do not try to append this to any root directory. |
|
|
The root directory in Memory Card. |
|
|
MMS background images directory. The directory is always under a root directory. |
|
|
Others directory. The directory is always under a root directory. |
|
|
The root directory in Phone Memory. |
|
|
Pictures directory. The directory is always under a root directory.
|
|
|
Presence logos directory. The directory is always under a root directory. |
|
|
The root directory in ROM. |
|
|
Simple sounds directory. The directory is always under a root directory. |
|
|
Sounds directory. The directory is always under a root directory. |
|
|
Videos directory. The directory is always under a root directory. |