issue with paths that include hidden files

BlitzMax Forums/BlitzMax Programming/issue with paths that include hidden files

dooz(Posted 2013) [#1]
Hi, I'm having an issue with file paths on a mac. I'm trying to do a recursive drill through a directory structure using readdir and filetype. It works in the most part, but when it sees a file in a hidden dir such as .bmx it seems to leaves the .bmx out of the path making the file return 0 from filetype.

Any ideas?

Thanks