Re: sub-folders and file listing
Re: sub-folders and file listing
- Subject: Re: sub-folders and file listing
- From: JollyRoger <email@hidden>
- Date: Mon, 05 Feb 2001 19:36:08 -0600
on 2/5/2001 10:24 PM, Edmond Cho at email@hidden wrote:
>
I am writing a script which compares the contents of a text list against the
>
file listing of a folder. Is there a simple way to create a variable that
>
includes the file listings of all subfolders of a given folder?
>
(snip)
>
>
what I would like returned is file1, file2, file3, file4, file5, file6
>
without any of the subfolder names.
>
>
I'd appreciate any suggestions. Thanks.
The FindFile scripting addition will give you a listing of only files if you
call it like this:
FindFile in_folder (choose folder) result_type "text" with names_only and
subfolders
HTH
JR