This page was last modified 20:14, 17 January 2008.
Getting Gallery Images Rootpath
From Forum Nokia Wiki
Headers & Library
LIBRARY PlatformEnv.lib #include <PathInfo.h>
Getting the Gallery Imagepath in Phone Memory
TBuf<256> cDrivePath; // phone memory root cDrivePath.Copy(PathInfo::PhoneMemoryRootPath()); // Images path on c drive cDrivePath.Append(PathInfo::ImagesPath());
Getting the Gallery Imagepath in Memory Card
TBuf<256> eDrivePath; /* next, the MMC gallery if one exists */ //Memory Card root eDrivePath.Copy(PathInfo::MemoryCardRootPath()); //Images path in e drive eDrivePath.Append(PathInfo::ImagesPath());
For more information on above topic please visit:-
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Retrieving Images from WebCam... how? | DancingWave | Mobile Java Media (Graphics & Sounds) | 0 | 2006-04-10 09:08 |
| Is there anyway to access phone's gallery | akawits | PC Suite API and PC Connectivity SDK | 4 | 2004-06-02 11:30 |
| N73 - Movie Director not available | boubou | General Discussion | 6 | 2006-09-28 05:21 |
| Image | altropinto | Mobile Java General | 2 | 2008-04-28 08:57 |
| Gallery edit function corrupts Exif header | AnimaInCorpore | Symbian Media (Graphics & Sounds) | 1 | 2007-12-10 12:58 |
