devkitPro / libfat

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

Allow passing a path with a trailing slash to mkdir #22

Open mardy opened 8 months ago

mardy commented 8 months ago

Some applications invoke mkdir() with a path that ends with a slash, and expect that if the last component of the path does not exist, it will be created. This indeed is the behaviour under Linux.