From 4104b50b5279ef13de59435389ea65d51d9397ae Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 6 Aug 2002 22:14:23 +0000 Subject: Changed a sentence that confused some people. --- Doc/mac/libmacostools.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex index c06f9e2..78b706d 100644 --- a/Doc/mac/libmacostools.tex +++ b/Doc/mac/libmacostools.tex @@ -15,8 +15,8 @@ The \module{macostools} module defines the following functions: \begin{funcdesc}{copy}{src, dst\optional{, createpath\optional{, copytimes}}} Copy file \var{src} to \var{dst}. The files can be specified as pathnames or \pytype{FSSpec} objects. If \var{createpath} is non-zero -\var{dst} must be a pathname and the folders leading to the -destination are created if necessary. The method copies data and +the folders leading to \var{dst} are created if necessary. +The method copies data and resource fork and some finder information (creator, type, flags) and optionally the creation, modification and backup times (default is to copy them). Custom icons, comments and icon position are not copied. -- cgit v0.12