Re: Finder not counting files right
Re: Finder not counting files right
- Subject: Re: Finder not counting files right
- From: John McAdams <email@hidden>
- Date: Fri, 26 Apr 2002 23:44:18 -0400
Well gawwwllllly, Sgt Carter, there is an update command!
Unfortunately, update doesn't do what I want it to. That is to update
the Finders index of what's in the folder. After writing 20 files to a
folder I get 0 as the count unless I open the folder. That seems to
refresh or update the index or whatever OS X uses.
Strangely enough I'm getting error 43 (file not found) but I'm getting
it after I find the new files. My replace routine occasionally chops off
the extension of the file name. Then I get the error.
set dbName to name of x
set AppleScript's text item delimiters to the " Recovered"
set reName to every text item of the dbName
set AppleScript's text item delimiters to ""
set reName to reName as string
I wonder if this is a file naming, extension type of issue, hmmm.
On Friday, April 26, 2002, at 09:52 , applescript-users-
email@hidden wrote:
Why are you not "aware" of an "update" command? It's in the Finder
Dictionary. If you don't use application AppleScript Dictionaries,
you're
_______________________________________________
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.