#145575 - Programix - Sun Nov 18, 2007 11:23 am
Can i somehow check if some file exists with libFAT?
#145582 - tepples - Sun Nov 18, 2007 2:52 pm
You could try stat(). Or if you plan on reading the file anyway, you could try fopen(filename, "rb"), and if that returns a NULL pointer, the file can't be opened for reading.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.