summaryrefslogtreecommitdiffstats
path: root/Doc/libmacfs.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-10-15 14:37:31 (GMT)
committerGuido van Rossum <guido@python.org>1996-10-15 14:37:31 (GMT)
commit7e42caba018e86cb658b6d445d7614532e5ed192 (patch)
treec6425a4515b6d6a822995d89c1cd48512d70d4b9 /Doc/libmacfs.tex
parentacc875403128e0ff900df3ab468d24fd6dd3dcde (diff)
downloadcpython-7e42caba018e86cb658b6d445d7614532e5ed192.zip
cpython-7e42caba018e86cb658b6d445d7614532e5ed192.tar.gz
cpython-7e42caba018e86cb658b6d445d7614532e5ed192.tar.bz2
Patches for Mac module docs by Jack
Diffstat (limited to 'Doc/libmacfs.tex')
-rw-r--r--Doc/libmacfs.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/Doc/libmacfs.tex b/Doc/libmacfs.tex
index f4a7034..be566cb 100644
--- a/Doc/libmacfs.tex
+++ b/Doc/libmacfs.tex
@@ -89,6 +89,11 @@ The constants for \var{where} and \var{which} can be obtained from the
standard module \var{MACFS}.
\end{funcdesc}
+\begin{funcdesc}{FindApplication}{creator}
+Locate the application with 4-char creator code \var{creator}. The
+function returns an FSSpec object pointing to the application.
+\end{funcdesc}
+
\subsection{FSSpec objects}
\renewcommand{\indexsubitem}{(FSSpec object attribute)}
@@ -134,6 +139,17 @@ Set the finder info for the file to the values specified in the
\var{finfo} object.
\end{funcdesc}
+\begin{funcdesc}{GetDates}{}
+Return a tuple with three floating point values representing the
+creation date, modification date and backup date of the file.
+\end{funcdesc}
+
+\begin{funcdesc}{SetDates}{crdate\, moddate\, backupdate}
+Set the creation, modification and backup date of the file. The values
+are in the standard floating point format used for times throughout
+Python.
+\end{funcdesc}
+
\subsection{alias objects}
\renewcommand{\indexsubitem}{(alias object attribute)}