summaryrefslogtreecommitdiffstats
path: root/Doc/libmacfs.tex
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-10-10 14:43:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-10-10 14:43:20 (GMT)
commitda53c5277c4fb10fbd7798f85eafa91c56819311 (patch)
tree03010fcc0215afe9e2874fbc98b0474627ee2706 /Doc/libmacfs.tex
parent06cf5d0d4c30a98226da3fd18c9227c5e7d09fd7 (diff)
downloadcpython-da53c5277c4fb10fbd7798f85eafa91c56819311.zip
cpython-da53c5277c4fb10fbd7798f85eafa91c56819311.tar.gz
cpython-da53c5277c4fb10fbd7798f85eafa91c56819311.tar.bz2
Documented MACFS, macostools, EasyDialogs and FrameWork modules.
Diffstat (limited to 'Doc/libmacfs.tex')
-rw-r--r--Doc/libmacfs.tex16
1 files changed, 9 insertions, 7 deletions
diff --git a/Doc/libmacfs.tex b/Doc/libmacfs.tex
index fd7ac3f..254ed25 100644
--- a/Doc/libmacfs.tex
+++ b/Doc/libmacfs.tex
@@ -68,12 +68,13 @@ Return an FSSpec object and a success-indicator.
\begin{funcdesc}{FindFolder}{where\, which\, create}
Locates one of the ``special'' folders that MacOS knows about, such as
-the trash or the Preferences folder. \var{Where} is the disk to search
-(\code{0x8000} for the boot disk), \var{which} is the 4-char string
-specifying which folder to locate. Setting \var{create} causes the
-folder to be created if it does not exist. Returns a \code{(vrefnum,
-dirid)} tuple. See Inside Mac VI for a complete description, including
-4-char names.
+the trash or the Preferences folder. \var{Where} is the disk to
+search, \var{which} is the 4-char string specifying which folder to
+locate. Setting \var{create} causes the folder to be created if it
+does not exist. Returns a \code{(vrefnum, dirid)} tuple.
+
+The constants for \var{where} and \var{which} can be obtained from the
+standard module \var{MACFS}.
\end{funcdesc}
\subsection{FSSpec objects}
@@ -168,7 +169,8 @@ The 4-char type code of the file.
\end{datadesc}
\begin{datadesc}{Flags}
-The finder flags for the file as 16-bit integer.
+The finder flags for the file as 16-bit integer. The bit values in
+\var{Flags} are defined in standard module \var{MACFS}.
\end{datadesc}
\begin{datadesc}{Location}