On 05 Feb 2004, at 05:37, [EMAIL PROTECTED] wrote:
Message: 8 Date: Wed, 4 Feb 2004 21:06:33 -0700 From: Barry Levine <[EMAIL PROTECTED]> Subject: Directory Walker question To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; format=flowed
snip
So the big question is: How do I get the directory walker to recognize that it's encountered an OSX app bundle (ImageReady 7.0, in this case) and have it -not- examine what's inside. In the above example, it's already dropped inside the ImageReady bundle. Using the above example, what I'd like to end up with is simply "Adobe ImageReady 7.0" as the only line.
Thanks for any suggestions, Barry
The shell("ls -R") function (### other additional flags available are F, l and x)
will recognize .app extension( if any) and handle symbolic links correctly.
Greetings, WA
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
