Search found 1 match

by Icarus
Wed May 11, 2022 10:58 am
Forum: Switch Development
Topic: libnx fsFsCreateDirectory cannot create subdirectory?
Replies: 1
Views: 5301

libnx fsFsCreateDirectory cannot create subdirectory?

So I switched from stdio.h to libnx's file system and have created the following code: //only including this part of the code for clarity TimeCalendarTime dumpdreamtime = util::getDreamTime(); char dreamtime[128]; const char* date_format = "%02d-%02d-%04d_at_%02d-%02d"; sprintf(dreamtime, ...