File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,13 @@ \section{\module{macfs} ---
1717argument can be one of three things:\ (1) a full or partial Macintosh
1818pathname, (2) an \pytype {FSSpec} object or (3) a 3-tuple
1919\code {(\var {wdRefNum}, \var {parID}, \var {name})} as described in
20- \citetitle {Inside Macintosh: \ Files }. A description of aliases and the
20+ \citetitle {Inside Macintosh: \ Files }. An \pytype {FSSpec} can point to
21+ a non-existing file, as long as the folder containing the file exists.
22+ Under MacPython the same is true for a pathname, but not under unix-Pyton
23+ because of the way pathnames and FSRefs works. See Apple's documentation
24+ for details.
25+
26+ A description of aliases and the
2127Standard File package can also be found there.
2228
2329\note {A module, \refmodule {macfsn}, is auto-imported to replace
You can’t perform that action at this time.
0 commit comments