summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/macostools.py
Commit message (Collapse)AuthorAgeFilesLines
* Tabnanny fixesJack Jansen1998-04-151-6/+6
|
* mkalias() now has an optional third parameter to create relativeJack Jansen1997-08-081-2/+7
| | | | aliases (Just)
* - Optionally copy file times for copy/copytree (default on)Jack Jansen1996-09-151-4/+20
| | | | | - Added touch(file) routine to tell the finder a files icon or something has changed (*finally* found out how to do this)
* Removed debug outputJack Jansen1996-08-011-2/+0
|
* Use MacOS.openrf (if it is available) for opening resource forksJack Jansen1996-03-121-3/+9
| | | | Copy in .5Mb chunks in stead of 1Mb
* Fixed positioning of icon on copy()Jack Jansen1995-10-091-1/+3
|
* copy() can now create destination pathJack Jansen1995-08-311-10/+21
|
* Useful routines on a mac:Jack Jansen1995-08-141-0/+77
- mkalias makes a finder alias - copy copies a file, finder info, resources and all. - copytree does the same for a whole tree.