devkitPro / libfat

FAT library for GBA, DS, Gamecube & Wii
http://devkitpro.org/viewforum.php?f=24
54 stars 36 forks source link

Add lstat support #23

Closed mardy closed 8 months ago

mardy commented 8 months ago

The lstat() function is identical to stat(), except that it does not follow symbolic links. Since we don't support symbolic links in libfat, for us these functions are completely equivalent.