home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!apple!applelink.apple.com
- From: SCHALK1@AppleLink.Apple.COM (Euro Tech Svcs, OOP Spec)
- Newsgroups: comp.sys.mac.oop.macapp3
- Subject: Re: Opening Files using MacApp
- Message-ID: <724444683.6170445@AppleLink.Apple.COM>
- Date: 15 Dec 92 18:31:00 GMT
- Sender: daemon@Apple.COM
- Organization: AppleLink Gateway
- Lines: 16
-
- Ett,
-
- That's a good solution. You can use TFile.SpecifyWithTrio() to initialize a
- TFile object with the volume, folder and name (I presume you already have that
- information). Use TFile.ReadData() to read from the data fork.
-
- There is also a global routine TFile *NewFile() that can be used to create a
- TFile object.
-
- Regards,
-
- Jeroen Schalk
- Object Programming Specialist
- European Technology Services
- Apple Computer Europe
-
-