home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!das-news.harvard.edu!husc-news.harvard.edu!husc8!ewu1
- From: ewu1@husc8.harvard.edu (Elwin Wu)
- Newsgroups: comp.sys.mac.programmer
- Subject: Beginner's question on StandardPutFile
- Message-ID: <ewu1.715348919@husc8>
- Date: 1 Sep 92 12:01:59 GMT
- Article-I.D.: husc8.ewu1.715348919
- Lines: 9
- Nntp-Posting-Host: husc8.harvard.edu
-
- I'm having trouble getting the volume reference number returned by the
- StandardPutFile routine. I want to use SetVol and my code typically
- looks something like this (I'm using Think C 5.0):
-
- StandardPutFile(prompt,defaultName,&theReply);
- SetVol(theReply.sfFile.vRefNum);
-
- Should I use something other that SetVol??? Any help would be
- appreciated. Thanks
-