Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabnanny fixes | Jack Jansen | 1998-04-15 | 1 | -6/+6 |
| | |||||
* | mkalias() now has an optional third parameter to create relative | Jack Jansen | 1997-08-08 | 1 | -2/+7 |
| | | | | aliases (Just) | ||||
* | - Optionally copy file times for copy/copytree (default on) | Jack Jansen | 1996-09-15 | 1 | -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 output | Jack Jansen | 1996-08-01 | 1 | -2/+0 |
| | |||||
* | Use MacOS.openrf (if it is available) for opening resource forks | Jack Jansen | 1996-03-12 | 1 | -3/+9 |
| | | | | Copy in .5Mb chunks in stead of 1Mb | ||||
* | Fixed positioning of icon on copy() | Jack Jansen | 1995-10-09 | 1 | -1/+3 |
| | |||||
* | copy() can now create destination path | Jack Jansen | 1995-08-31 | 1 | -10/+21 |
| | |||||
* | Useful routines on a mac: | Jack Jansen | 1995-08-14 | 1 | -0/+77 |
- mkalias makes a finder alias - copy copies a file, finder info, resources and all. - copytree does the same for a whole tree. |