File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ \section{\module{macfs} ---
99\deprecated {2.3}{The macfs module should be considered obsolete. For
1010\class {FSSpec}, \class {FSRef} and \class {Alias} handling use the
1111\module {Carbon.File} or \refmodule {Carbon.Folder} module. For file
12- dialogs use the \refmodule {EasyDialogs} module.}
12+ dialogs use the \refmodule {EasyDialogs} module. Also, this module is
13+ known to not work correctly with UFS partitions.}
1314
1415This module provides access to Macintosh \class {FSSpec} handling, the
1516Alias Manager, \program {finder} aliases and the Standard File package.
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ \section{\module{macostools} ---
88
99This module contains some convenience routines for file-manipulation
1010on the Macintosh. All file parameters can be specified as
11- pathnames, \class {FSRef} or \class {FSSpec} objects.
11+ pathnames, \class {FSRef} or \class {FSSpec} objects. This module
12+ expects a filesystem which supports forked files, so it should not
13+ be used on UFS partitions.
1214
1315The \module {macostools} module defines the following functions:
1416
You can’t perform that action at this time.
0 commit comments