Hi all, REALbasic 2007r1 Mac OS X 10.4.8
Dim f As FolderItem If f.Directory Then // ListBox1.AddRow f.DisplayName // Here you get all folders (standard directories and also .app, .pkg, etc.) How do I filter these Mac OS X 'faked' folders ? Workaround ? Yes, I see one: test the extension and exclude the folder who have one (exclude .app, .pkg, .<whatever>). How many lines to do that ? Real question: how do you deal with that ? TIA, Emile PS: I have issued a Command-F under the Finder and asked for a search for all Items whose Type is a Folder. I do not get any application (folder that ends with .app) nor Installer Package (folder that ends with .pkg). Go figure! _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
