home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / hypercar / 3151 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.8 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!sdd.hp.com!uakari.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!apple!mumbo.apple.com!gallant.apple.com!NewsWatcher!user
  2. From: jpugh@apple.com (Jon Pugh)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: CopyFile XCMD
  5. Message-ID: <jpugh-180892215832@90.20.3.212>
  6. Date: 19 Aug 92 05:02:23 GMT
  7. References: <hlindley.714171486@cunews>
  8. Sender: news@gallant.apple.com
  9. Followup-To: comp.sys.mac.hypercard
  10. Organization: Apple Computer, Inc.
  11. Lines: 32
  12.  
  13. In article <hlindley.714171486@cunews>, hlindley@alfred.carleton.ca (Hugh
  14. Lindley) wrote:
  15. > I just downloaded Jon Pugh's Hypercard stack & external 
  16. > command CopyFile from FTP.APPLE.COM It seems to work 
  17. > well with files that exist on different volumes. For 
  18. > example from disk to hard drive or from network server 
  19. > to local hard drive. I'm having problems with getting it 
  20. > work between folders on a local hard drive and getting 
  21. > it to recognize a RAM Disk as file volume. When I use 
  22. > the plain copyfile command from the message box and use 
  23. > copyfile's built in SFdialog I can see the RAM disk as 
  24. > another volume and the command appears to execute, but 
  25. > when I check the contents of the RAM disk, the file does 
  26. > not appear to be copied. Does anyone know of any 
  27. > Hypercard externals that can copy to the RAM disk, and 
  28. > if so where can I find them. 
  29. > P.S. I have tried copying to Apple's Proprietary RAM 
  30. > Disk that comes with system 7.0.1 and shareware RAM Disk 
  31. > applications like AppDisk. 
  32.  
  33. I just tried this with my Home stack and AppDisk.  It worked fine.  You
  34. must have something else going wrong.  Is there enough room on the RAMdisk?
  35.  You should follow any call to CopyFile with a check on "the result" like
  36. so:
  37.  
  38. if the result is not "" then answer the result
  39.  
  40. This will display CopyFile's error message if there is one.
  41.  
  42. Jon
  43.