BaflUtils::FileExists()
BaflUtils::FolderExists()
ConeUtils::FileExists()
...
都只是浮云,全世界都用这些判断唉,好吧
TEntry entry;
//RFs iFs....
if (iFs.Entry(aPath, entry) != KErrNone)
{
//文件不存在
}
到此,不解释
BaflUtils::FileExists()
BaflUtils::FolderExists()
ConeUtils::FileExists()
...
都只是浮云,全世界都用这些判断唉,好吧
TEntry entry;
//RFs iFs....
if (iFs.Entry(aPath, entry) != KErrNone)
{
//文件不存在
}
到此,不解释