Hi
I used code from exocite garage
but in that following function not works
lRetVal = sl_FsOpen((unsigned char *)CIK_FILENAME,
FS_MODE_OPEN_READ,
&ulToken,
&lFileHandle);
if(lRetVal < 0)
{
lRetVal = sl_FsClose(lFileHandle, 0, 0, 0);
ASSERT_ON_ERROR(FILE_OPEN_READ_FAILED);
return FALSE;
}
and lRetVal gives me value -11 in place of 0.
Once i format flash after this function not works...
please help...

