Follow-up: files in subfolders (was Re: file type question)
Follow-up: files in subfolders (was Re: file type question)
- Subject: Follow-up: files in subfolders (was Re: file type question)
- From: Terry Hill <email@hidden>
- Date: Sat, 11 Oct 2003 21:25:41 -0500
Hi John,
I was trying out your suggestion that was posted on the AppleScript
digest, and got it to work for a similar problem I was having. I do
have one follow-up question if I may ask you ...
My script below, asks the user for a folder to search, then searches
for all of the files ending in the suffix ".tex".
Per your code, it returns the list, but in the following verbage:
"{document file "Hill_aareuntion.tex" of folder "Hill" of folder
"Report Project" of folder "All Reports" of startup disk, document file
...."
How can I get it to return the list of the files, searching through
sub-folders, returning the path to the file, such as: HD:All
Reports:Report Project:Hill:Hill_aareuntion.tex ?
Any help will be most welcome,
Thank you,
Terry Hill
You Wrote:
Date: Fri, 10 Oct 2003 09:24:19 -0500
Subject: files in subfolders (was Re: file type question)
From: John Adam Bloom <email@hidden>
To: email@hidden
'Tis simple: get every file IN ENTIRE CONTENTS OF folder "HD1:Misc:"
whose file type = "TEXT"
HTH
[demime 0.98b removed an attachment of type image/tiff which had a name
of Pasted Graphic.tiff]
John Adam Bloom
Systems Consultant
Apple Certified Technical Coordinator
Certified Member- Apple Consultants Network
Member- Project Management Institute
email@hidden
SMS: email@hidden
(847) 668-2221
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.