Important: The information in this document is obsolete and should not be used for new development.
Copying and Moving Files
The File Manager provides two shared environment routines--PBHCopyFile
andPBHMoveRename
--that allow you to copy and move files. These routines are especially useful when you want to copy or move files located on a remote volume, because they allow you to forgo transmitting large amounts of data across a network. These routines are used internally by the Finder; most applications do not need to use them.If you do want to use
PBHCopyFile
orPBHMoveRename
, you should first callPBHGetVolParms
to see whether the target volume supports these routines.
Subtopics
- PBHCopyFile
- PBHMoveRename