summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/findertools.py
Commit message (Collapse)AuthorAgeFilesLines
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+1
|
* Changed findertools.move() to move() in movetotrash.Jack Jansen2001-07-241-1/+1
|
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-171-3/+3
| | | | | exist in latin1, but at least the roundtrip results in the same macroman characters.
* Finally merged morefindertools into findertools.Jack Jansen2001-04-071-4/+703
|
* Allow lists of files/fsspecs as the source for copy() and move(). ByJack Jansen2000-09-221-2/+12
| | | | Bill Bedford, slightly edited by me.
* Updated for the new applescript interface (which actually makes it so ↵Jack Jansen2000-08-201-23/+6
| | | | ridiculously simple that its main reason for existence is backward compatability).
* Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions.Jack Jansen1998-10-151-0/+3
|
* Convenience routines: wrappers around some of the scriptable finderJack Jansen1996-09-201-0/+138
functionality.