I thought the same, but I can't find any commands in the documentation to check if a folder exists or not at currently used location
The only commands I can find is to get currently used folder, first folder, next folder and number of folders at currently used location.
I wonder if I could check the number of folders in root folder if it 1 (I have only the media folder) than I need to create the folder I need.
Or, I could try to set the folder to the one I need, and than check if the current folder is the one I need, if it not than probably it doesn't exists so I can create it and try to set it again.
Or I could create the folder anyway when the app running for the first time.
I don't know which would be better, should have a better way (a single command) to check if the folder I'm about to set is there or not but I can't find any command for that
SetFolder() check it by default and also create the folder in case it doesn't exists but only on Windows.