LIBRARY PlatformEnv.lib
#include <PathInfo.h>
TBuf<256> cDrivePath;
// phone memory root
cDrivePath.Copy(PathInfo::PhoneMemoryRootPath());
// Images path on c drive
cDrivePath.Append(PathInfo::ImagesPath());
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());
更多相关信息请参考:-
No related wiki articles found