summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/macfsn.py
Commit message (Collapse)AuthorAgeFilesLines
* Integrated macfsn into macfs, and made the Standard File calls return theJack Jansen2002-12-261-162/+0
| | | | correct FSSpec implementations.
* Don't attempt to create a dummy fsspec if the user cancelled out, justJack Jansen2002-03-291-3/+6
| | | | | | | return None. For now, if the user asks for TEXT files files without type are also accepted. But it is time to phase out StandardGetFile and friends, really.
* Workaround for odd problem on my machine: without this I get a tracebackJust van Rossum2001-10-311-1/+5
| | | | if I hit enter instead of return upon file selection.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+1
|
* Auto-install on import, if NavServices is available. Unless a "no ↵Jack Jansen2000-05-051-0/+1
| | | | navservices" flag is set Python automagically imports this module so code that uses macfs.xxxGetFile will get NavServices dialogs.
* Return a handle in stead of a resource.Jack Jansen2000-04-071-1/+1
|
* - Actually _implemented_ SetFolder()Jack Jansen2000-01-131-3/+27
| | | | | - Fixed StandardPutFile: prompt, default - Check explicitly for userCanceledErr, pass other Nav.error exceptions through.
* StandardFile compatability routines. For the time being calling ↵Jack Jansen1999-12-181-0/+130
macfsn._install() will install these in macfs (if Navigation is available).