Search found 2 matches

by Reylak
Fri Sep 06, 2013 4:50 pm
Forum: libfat
Topic: stat() no working properly on another dir than the CWD
Replies: 3
Views: 18303

Re: stat() no working properly on another dir than the CWD

Whew I couldn't have guessed there were so many things to check and do before listing a folder ^^ Thank you for the code, I will test it and incorporate it as soon as possible. According to what you said it seems logical that S_ISDIR is working and was failing because stat() couldn't operate properly.
by Reylak
Thu Aug 22, 2013 3:40 pm
Forum: libfat
Topic: stat() no working properly on another dir than the CWD
Replies: 3
Views: 18303

stat() no working properly on another dir than the CWD

Hello all, I'm working on a simple function that must list the content of any given folder on the card. It seems to be working nice when I list the current directory (".") but whenever I want to explore another folder the function 'stat()' (which seems to be usable according to several exa...