summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/MACFS.py
Commit message (Collapse)AuthorAgeFilesLines
* Gone: the constants have been moved to macfs.py (which, upon import, alsoJack Jansen2002-12-191-106/+0
| | | | poses as MACFS for backward compatibility).
* Use hex escape for non-ascii chars, now that the parser wants that.Jack Jansen2002-08-081-13/+13
| | | | | Good thing, too: some of the characters had been mangled by OS9->CVS->OSX roundtrips.
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-171-13/+13
| | | | | exist in latin1, but at least the roundtrip results in the same macroman characters.
* FindFolder argument is a short, not an unsigned short.Jack Jansen2001-03-151-1/+9
| | | | Added kLocalDomain and friends.
* Added a few constants.Jack Jansen2001-02-091-0/+6
|
* Added new folder typesJack Jansen1998-04-241-0/+62
|
* Constants useful when using macfs moduleJack Jansen1995-08-311-0/+30