Namespaces
Variants
Actions

Getting Gallery Images Rootpath

Jump to: navigation, search
MultiMediaTile.png
Article Metadata

Article
Created: bharatuppal (17 Jul 2007)
Last edited: hamishwillee (18 Sep 2012)

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:-

PathInfo Class Reference

This page was last modified on 18 September 2012, at 08:21.
63 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved