So to bring this back on topic, how do I
1) test to see if a found file is a Command-L created alias 2) test to see if the bundle bit is on (i.e. a special directory)
Two ways:
You can use /Developer/Tools/GetFileInfo and parse its output.
Or, you can use Mac::Files, which is part of the Mac::Carbon package.
sherm--
