The table below contains the FileConnection API system properties that return the localized names of common directories and the URLs to the most common directories.
Note: For information about the Nokia-specific com.nokia.dir.name:xxxx
system property supported on Series 40 devices, see section Nokia-specific system properties.
String |
Description |
---|---|
Returns the version of FileConnection API supported by the device. |
|
|
Localized name for the photo directory, for example " |
|
Localized name for the video directory, for example " |
|
Localized name for the graphic directory, for example " |
|
Localized name for the sounds directory, for example " |
|
Localized name for the music directory, for example " |
|
Localized name for the recordings directory, for example
" |
|
Localized UI name for the memory card of directory, for
example " |
|
The URL of the default storage directory for photos captured
with the integrated camera and other images. For example, " |
|
The URL of the default storage directory for video clips
captured with the integrated camera or downloaded and saved. For example,
" |
|
The URL of the default storage directory for clip art graphics
(caller group icons, background pictures, and other similar items).
For example, " |
|
The URL of the default storage directory for ring tones
and other related audio files. For example, " |
|
The URL of the default storage directory for music files
(MP3, AAC, and others). For example, " |
|
The URL of the default storage directory for voice recordings
made with the device. For example, " |
|
Root directory of memory card. For example, " |
Character used for separating directories in strings representing file and folder paths (as shown to the user). On S60 5th Edition
and earlier Symbian devices, the separator character is Note: Do not use the |
|
|
Localized name for the private work directory. For example, when the device language set to English:
|
|
Private work directory of MIDlet suite. For example, " |
|
Localized names corresponding to roots returned by the Note: The localized names returned
are meant to be shown to the user, not used in the |
(Only in Series 40) |
Localized name for the themes directory, for example " |
(Only in Series 40) |
The URL of the default storage directory for themes. " |
Example:
String url = System.getProperty("fileconn.dir.photos")
+ "myImage.jpg";
The content of the URL is file:///c:/data/Images/myImage.jpg