Re: Doubt
Re: Doubt
- Subject: Re: Doubt
- From: David Durkee <email@hidden>
- Date: Tue, 09 Sep 2003 14:21:54 -0500
Because asFontes is a variable containing a file reference, not a
Finder file object.
I was able to get past this by changing the "set todos" line to read:
set todos to every file of folder (asFontes as text)
Then I hit a snag at:
if kind of i is font then
but it seemed to work with:
if kind of i is "font suitcase" then
Finally, it didn't like:
display dialog i & "C) uma fonte"
since i isn't a string, but it could handle:
display dialog (name of i) & "C) uma fonte"
David
On Tuesday, September 9, 2003, at 01:02 PM, Marcus Rodrigues wrote:
But, it tells me that it can't get every file of
PowerG4:Users:printserv:Desktop:teste.
Why???
--
David Durkee
email@hidden
<
http://ddurkee.homeip.net/>
_______________________________________________
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.
References: | |
| >Doubt (From: Marcus Rodrigues <email@hidden>) |