Hello All,
I am working on a game convertion to Tizen which is using basic C file operations to check whether the file exists or not using "fopen".
I found that this API is not able to open the given file, and I tried with alternative File API provided and they are working fine(Tried with Tizen::Io::File::IsFileExist).
Also in the Tizen header files I found a comment saying: “This function is a possible cancellation point and therefore not marked with __THROW.”,
does it convey that we need to use Tizen::Io::File API instead of stdio file APIs?
Thanks,
Sareap