Re: Where is the Missing Link?.
Re: Where is the Missing Link?.
- Subject: Re: Where is the Missing Link?.
- From: Michelle Steiner <email@hidden>
- Date: Fri, 28 Sep 2001 13:39:26 -0700
On 9/27/01 4:10 AM, David McMurray <email@hidden> wrote:
>
>http://www.barebones.com/products/bbedit_lite/lite-download.html
>
>
If Rachel's problem is that she needs to create the file with
>
AppleScript, I'm afraid I can't help.
>
>
But if it doesn't have to be done with AppleScript, then all she has to
>
do is launch BBEdit Lite, open a new document window, and drag the
>
relevant root folder into the empty window. BBEdit does the rest.
Well, there is an OSAX called BB Commands; it contains only one item that
I can find, but it is highly relevant. If you had not mentioned BBEdit,
I wouldn't have remembered to check this out.
--Michelle
folder listing of: returns file specifications for every file contained
in the folder, optionally returning folders and recursing
folder listing of file specification -- the folder to generate the
listing for
[recursion boolean] -- should file and folders of contained folders
be returned also ( when not present, recursion does not take place )
[returning folders boolean] -- should folders be returned as well (
when not present, folder are not returned )
[only returning files of type a list of list] -- list of file types
to return ( when not present, all files are turned )
[only returning files with creator a list of list] -- list of file
creators to return ( when not present, or an empty list, all files are
turned )
Result: list -- list of file and folder specifications
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------