applescript-users
[Prev] Thread [Next] | [Prev] Date [Next]
Re: list issues Joshua Whalen Wed Jun 24 18:00:33 2009
That worked beautifully (used the system events version) except:I'm getting the full pathname of the file, when all I want is the filename. Anyway to get just the file name without a filtering subroutine? I'm on the road, so I don't have my manuals and much of my code base along. otherwise I wouldn't bother you with that.
TIA! And thanks twice! Joshua Whalen [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.panix.com/~joshua/resume.html +1 (212) 457-9908 - home, voicemail +1-646-299-8207 - cell +1-747-665-1905 - SIP "Vision without action is a day dream, Action without vision is a nightmare." -- Japanese proverb On Jun 24, 2009, at 7:34 PM, Christopher Stone wrote:
On Jun 24, 2009, at 14:09, Joshua Whalen wrote:set myfilelist to every item of ((list folder thefolder) whose name ends with ".html") as list______________________________________________________________________ Hey Joshua, Where you went wrong is 'list folder'. function syntax set theResult to list folder file ¬ invisibles boolean List folder does not allow for a filter form.set fold to path to desktop folder tell application "System Events" files of fold whose name extension is "html" and visible is true end tellPhilip's script works fine. You can do the same thing with the Finder:tell application "Finder" tell front window (files whose name ends with ".html") as alias list end tell end tell tell application "Finder" tell front window (files whose name extension is "html") as alias list end tell end tell Applescript can occasionally be crazy-making. :) Best Regards, Christopher Stone
_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list ([EMAIL PROTECTED]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/applescript-users/alexiscircle%40gmail.com Archives: http://lists.apple.com/archives/applescript-users This email sent to [EMAIL PROTECTED]
- list issues Joshua Whalen
- Re: list issues Philip Aker
- Re: list issues Michelle Steiner
- Re: list issues Philip Aker
- Re: list issues Michelle Steiner
- Re: list issues Philip Aker
- Re: list issues Shane Stanley
- Re: list issues Philip Aker
- Re: list issues Shane Stanley
- Re: list issues Joshua Whalen
Message not available
- Re: list issues Joshua Whalen <=
Message not available
- Re: list issues Never mind! Joshua Whalen
Re: list issues CYB
- Re: list issues Joshua Whalen