diff options
Diffstat (limited to 'Doc/libmac.tex')
-rw-r--r-- | Doc/libmac.tex | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Doc/libmac.tex b/Doc/libmac.tex index 344d300..270620a 100644 --- a/Doc/libmac.tex +++ b/Doc/libmac.tex @@ -58,7 +58,14 @@ The following functions are available in this module: \code{sync}, \code{unlink}, \code{write}, -as well as the exception \code{error}. +as well as the exception \code{error}. Note that the times returned by +\code{stat} are floating-point values, like all time values in +MacPython. + +One additional function is available: \code{xstat}. This function +returns the same information as \code{stat}, but with three extra +values appended: the size of the resource fork of the file and its +4-char creator and type. \section{Standard Module \sectcode{macpath}} |