Still no timestamp on my folder
Posted: Thu May 14, 2009 9:28 pm
libfat 1.0.4 is supposed to fix this, but my new created folder doesn't have a timestamp.
http://forums.devkitpro.org/viewtopic.php?f=13&t=1236
(i would like the ability to discuss the changes directly in that forum)
I used:
mode_t m = 0777;
mkdir(folder, m);
to create the folder.
http://forums.devkitpro.org/viewtopic.php?f=13&t=1236
(i would like the ability to discuss the changes directly in that forum)
I used:
mode_t m = 0777;
mkdir(folder, m);
to create the folder.