home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / x_tools1.sit / X-Tools1.1 / card_11168.txt < prev    next >
Text File  |  1988-01-27  |  869b  |  35 lines

  1. -- card: 11168 from stack: in.1
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3468
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  
  11. This moves files between folders on the same volume (it can't be used to copy files between volumes). "filename" is a full pathname, and "newFolder" specifies the destination folder. 
  12. ---
  13. example:
  14.  
  15.      put MoveFile("HD:Telecom:session","HD:Stuff:") into err
  16.  
  17. This produces a file called "HD:Stuff:session". Note the final colon in the second   
  18. argument. Values returned have the same meaning as in the RenameFile XFCN.
  19.  
  20. -- part contents for background part 4
  21. ----- text -----
  22.  
  23. MoveFile(<filename>,<newFolder>)
  24.  
  25. -- part contents for background part 2
  26. ----- text -----
  27. MoveFile
  28.  
  29. -- part contents for background part 9
  30. ----- text -----
  31. XFCN
  32.  
  33. -- part contents for background part 8
  34. ----- text -----
  35. Dewi Williams