[futurebasic] Re: [FB] how to get type and creator?

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2007 : Group Archive : Group : All Groups

From: Steve <mactech@...>
Date: Tue, 22 May 2007 11:56:20 -0400
Thanks Jay...  I thought that method was deprecated and there was a
modern replacement.

~ steve

On May 22, 2007, at 9:08 AM, Jay Reeve wrote:

> Steve,
>
> The easiest is probably to use
>   DEF OPEN "FTypCr8r"
> before creating the file. (This also sets the file type.)
>
> To change the creator on an existing file, check out
>   FSpSetFInfo( Fspec, FndrInfo )
> and the fInfo record type.
>
>   e-e
>   =J= a  y
>    "
>
>
> On May 22, 2007, at 7:08 AM, Steve wrote:
>
>> What is the best way to set the creator type for a file without  
>> creating a resource file?
>
> --
> T