|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com. For more information about the manual page format, see the manual page for manpages(5). |
SPLITFORKS(1) BSD General Commands Manual SPLITFORKS(1)
NAME
/Developer/Tools/SplitForks -- Divide a two-fork HFS file into AppleDouble format resource and data
files.
SYNOPSIS
/Developer/Tools/SplitForks [-s] [-v] file
DESCRIPTION
SplitForks takes a Macintosh HFS or HFS Extended ("HFS+") two-fork file and converts it into AppleDou-ble AppleDouble
ble format, with the data fork in one file and the resource fork and file system metadata in another.
/Developer/Tools/SplitForks takes the following flags and arguments:
[s] Strip the resource fork from the original file. The default is to leave the resource file in
place after copying it to its AppleDouble metadata file.
[v] Produce verbose diagnostics to standard output.
file The file to split.
FILES
foo Data fork of file 'foo'
NOTES
SplitForks will fail with error 2 if the designated file is not on an HFS or Extended HFS file system
volume.
SEE ALSO
FixupResourceForks(1), MvMac(1), CpMac(1)
STANDARDS
Consult RFC 1740 for details on AppleSingle/AppleDouble formats.
Mac OS X April 12, 2004 Mac OS X
|
|