summaryrefslogtreecommitdiff
path: root/Mac/Lib/macfs.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-231/+0
| | | | | | | in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).
* Integrated macfsn into macfs, and made the Standard File calls return theJack Jansen2002-12-261-7/+140
| | | | correct FSSpec implementations.
* Return the macfs variation for FSSpec and Alias, not the underlyingJack Jansen2002-12-261-3/+5
| | | | Carbon.File version, so the old method names work.
* Fixed typo.Jack Jansen2002-12-241-1/+1
|
* A replacement for the macfs extension module, implemented with normalJack Jansen2002-12-191-0/+96
(generated) Carbon module functionality. Not 100% complete yet, but at least the IDE doesn't crash on startup.