On 13-May-07, at 2:19 PM, David Fleming wrote:

>> Try one of the Special Folders items. There is no
>> direct one for  /
>> Library/Fonts or the users ~/library/Fonts
>> but those are the better ones to move it to
>
> Hmm.. The font file must be in the System/Library/Fonts -or- Users/ 
> ~/Library/Fonts, right?

Any one of
        /System/Library/Fonts (which you should NOT modify)
        /Library/Fonts (for all users)
        ~/Library/Fonts (user specific fonts

> What good would copying it to one of the Special Folders do?

It would make it usable

> Is there a reliable way to do this:
>
> dest=Getfolderitem("/Users/~/Library/Fonts") ?
>
> If so, my problem is solved. But I can't get anything to work.

In 2007r1 try

        dest = SpecialFolder.Library.Child("Fonts")       // this gets / 
Library/Fonts

or

        dest = SpecialFolder.Preferences.Parent.Child("Fonts") // this gets  
~/Library/Fonts




_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to