macostools
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macostools.py
Module Docs

macostools - Various utility functions for MacOS.
 
mkalias(src, dst) - Create a finder alias 'dst' pointing to 'src'
copy(src, dst) - Full copy of 'src' to 'dst'

 
Modules
       
Carbon.File
Carbon.Files
MacOS
Carbon.Res
errno
os

 
Functions
       
copy(src, dst, createpath=0, copydates=1, forcetype=None)
Copy a file, including finder info, resource fork, etc
copytree(src, dst, copydates=1)
Copy a complete file tree to a new destination
mkalias(src, dst, relative=None)
Create a finder alias
mkdirs(dst)
Make directories leading to 'dst' if they don't exist yet
openrf(...)
Open resource fork of a file
touched(dst)
Tell the finder a file has changed. No-op on MacOSX.
touched_ae(dst)
Tell the finder a file has changed

 
Data
        BUFSIZ = 524288
COPY_FLAGS = 63488
Error = 'macostools.Error'