@@ -15,10 +15,13 @@ \section{\module{macfs} ---
1515
1616Whenever a function or method expects a \var {file} argument, this
1717argument can be one of three things:\ (1) a full or partial Macintosh
18- pathname, (2) an \pytype {FSSpec} object or (3) a 3-tuple \code {(\var {wdRefNum},
19- \var {parID}, \var {name})} as described in \citetitle {Inside
20- Macintosh: \ Files }. A description of aliases and the Standard File
21- package can also be found there.
18+ pathname, (2) an \pytype {FSSpec} object or (3) a 3-tuple
19+ \code {(\var {wdRefNum}, \var {parID}, \var {name})} as described in
20+ \citetitle {Inside Macintosh: \ Files }. A description of aliases and the
21+ Standard File package can also be found there.
22+
23+ \strong {Note:} A module, \refmodule {macfsn}, is auto-imported to replace
24+ StandardFile calls in macfs with NavServices calls.
2225
2326\begin {funcdesc }{FSSpec}{file}
2427Create an \pytype {FSSpec} object for the specified file.
@@ -59,7 +62,7 @@ \section{\module{macfs} ---
5962
6063\begin {funcdesc }{PromptGetFile}{prompt\optional {, type, \moreargs }}
6164Similar to \function {StandardGetFile()} but allows you to specify a
62- prompt.
65+ prompt which will be displayed at the top of the dialog .
6366\end {funcdesc }
6467
6568\begin {funcdesc }{StandardPutFile}{prompt\optional {, default}}
@@ -71,9 +74,11 @@ \section{\module{macfs} ---
7174\end {funcdesc }
7275
7376\begin {funcdesc }{GetDirectory}{\optional {prompt}}
74- Present the user with a non-standard `` select a directory''
75- dialog. \var {prompt} is the prompt string, and the optional.
76- Return an \pytype {FSSpec} object and a success-indicator.
77+ Present the user with a non-standard `` select a directory'' dialog. You
78+ have to first open the directory before clicking on the `` select current
79+ directory'' button. \var {prompt} is the prompt string which will be
80+ displayed at the top of the dialog. Return an \pytype {FSSpec} object and
81+ a success-indicator.
7782\end {funcdesc }
7883
7984\begin {funcdesc }{SetFolder}{\optional {fsspec}}
@@ -84,7 +89,7 @@ \section{\module{macfs} ---
8489current directory, i.e. what \function {os.getcwd()} returns.
8590
8691Note that starting with system 7.5 the user can change Standard File
87- behaviour with the `` general controls'' controlpanel , thereby making
92+ behaviour with the `` general controls'' control panel , thereby making
8893this call inoperative.
8994\end {funcdesc }
9095
@@ -106,7 +111,7 @@ \section{\module{macfs} ---
106111\end {funcdesc }
107112
108113\begin {funcdesc }{FindApplication}{creator}
109- Locate the application with 4-char creator code \var {creator}. The
114+ Locate the application with 4-character creator code \var {creator}. The
110115function returns an \pytype {FSSpec} object pointing to the application.
111116\end {funcdesc }
112117
0 commit comments