Problem with modification date of file...
Problem with modification date of file...
- Subject: Problem with modification date of file...
- From: David Crowe <email@hidden>
- Date: Wed, 13 Nov 2002 09:00:00 -0700
Another apparent OSX 10.2 AppleScript problem.
The following scriptlet doesn't work (but did under OS 9)
tell application "Finder"
get every file of folder "xyz" of startup disk whose
modification date = current date
end
The error that I get is:
--> Finder got an error: Can't make some data into
the expected type.
Note that this works with <<...whose name contains "a">>, so this
appears to have something to do with modification date.
I can't think of a workaround to this either.
- David Crowe
_______________________________________________
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.