Directory Walker question
Wouter
wouter.abraham at pi.be
Thu Feb 5 06:12:26 EST 2004
On 05 Feb 2004, at 05:37, use-revolution-request at lists.runrev.com wrote:
> Message: 8
> Date: Wed, 4 Feb 2004 21:06:33 -0700
> From: Barry Levine <themacguy at macosx.com>
> Subject: Directory Walker question
> To: use-revolution at lists.runrev.com
> Message-ID: <AF49DF3F-5790-11D8-B056-000A95763ABC at macosx.com>
> 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
More information about the use-livecode
mailing list