diff options
Diffstat (limited to 'Doc/libmacfs.tex')
-rw-r--r-- | Doc/libmacfs.tex | 16 |
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)} |