Umm. I think your post broke
3DS OS Developer Forums
3DS OS Developer Forums
Please submit some ideas or bug reports (So far, bugless!) to help improve 3DS OS.
See 3DS OS on
http://smilebasicsource.com/page?pid=516
Can someone help me make a file explorer?
More advanced usage of FILES:FOR I=0 TO LEN(FILEARRAY$)-1 IF FILEARRAY$[I]!="whatever you called the OS file" THEN PRINT FILEARRAY$[I] NEXT
A file explorer I made a while back:
http://smilebasicsource.com/page?pid=174
Entering anything in the file explorer with a "*" crashes 3DS OS.
Entering anything in the file explorer with a "*" crashes 3DS OS.Seems he doesn't have some sort of input validation.