File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ \section{Built-in Module \sectcode{macfs}}
4848without cancelling.
4949\end {funcdesc }
5050
51+ \begin {funcdesc }{PromptGetFile}{prompt\optional {\, type\, ...}}
52+ Similar to \var {StandardGetFile} but allows you to specify a prompt.
53+ \end {funcdesc }
54+
5155\begin {funcdesc }{StandardPutFile}{prompt\, \optional {default}}
5256Present the user with a standard `` open output file''
5357dialog. \var {prompt} is the prompt string, and the optional
@@ -56,9 +60,10 @@ \section{Built-in Module \sectcode{macfs}}
5660the dialog without cancelling.
5761\end {funcdesc }
5862
59- \begin {funcdesc }{GetDirectory}{}
63+ \begin {funcdesc }{GetDirectory}{\optional {prompt} }
6064Present the user with a non-standard `` select a directory''
61- dialog. Return an FSSpec object and a success-indicator.
65+ dialog. \var {prompt} is the prompt string, and the optional.
66+ Return an FSSpec object and a success-indicator.
6267\end {funcdesc }
6368
6469\begin {funcdesc }{FindFolder}{where\, which\, create}
Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ \section{Built-in Module \sectcode{macfs}}
4848without cancelling.
4949\end {funcdesc }
5050
51+ \begin {funcdesc }{PromptGetFile}{prompt\optional {\, type\, ...}}
52+ Similar to \var {StandardGetFile} but allows you to specify a prompt.
53+ \end {funcdesc }
54+
5155\begin {funcdesc }{StandardPutFile}{prompt\, \optional {default}}
5256Present the user with a standard `` open output file''
5357dialog. \var {prompt} is the prompt string, and the optional
@@ -56,9 +60,10 @@ \section{Built-in Module \sectcode{macfs}}
5660the dialog without cancelling.
5761\end {funcdesc }
5862
59- \begin {funcdesc }{GetDirectory}{}
63+ \begin {funcdesc }{GetDirectory}{\optional {prompt} }
6064Present the user with a non-standard `` select a directory''
61- dialog. Return an FSSpec object and a success-indicator.
65+ dialog. \var {prompt} is the prompt string, and the optional.
66+ Return an FSSpec object and a success-indicator.
6267\end {funcdesc }
6368
6469\begin {funcdesc }{FindFolder}{where\, which\, create}
You can’t perform that action at this time.
0 commit comments