LoadDir() - suggestions please

Monkey Targets Forums/Desktop/LoadDir() - suggestions please

chrisc2977(Posted 2012) [#1]
Hi guys,
Im trying to make a file browser (to open / save etc)
When using LoadDir() it returns the folder names like intended, but it also returns the folder names of the folders that are hidden (NOT .Folders) but the ones that are opaqued (windowsXP), when accessing these it throws out an error and ends program.

So is there any way to check (within runtime) if a folder can be loaded before I use LoadDir()?


chrisc2977(Posted 2012) [#2]
Just reolised it only throws out an error when in debug, release works fine :)