hi all,
if(BaflUtils::FileExists(session,aFilePath))
{
flag = ETrue;
}
else
{
flag = EFalse;
}
i have written this code for file checking but when i append filepath in capital and compare with small case letter file path
it return true for(though there is missmatch in case)
is there any way for checking with case sensitive filechecking
thanks in advance
bye

Reply With Quote

