]> granicus.if.org Git - python/commit
Got angry and added support for pretty much the whole file and folder
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 22 Nov 2002 14:58:35 +0000 (14:58 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 22 Nov 2002 14:58:35 +0000 (14:58 +0000)
commite2ba87396cde5b57259405722910c560f7d237c6
tree0cdaf8f73a8e5a915199eca6ae03b8c5355ca53f
parenta191befb2d9b7757283ecc520113613eb46de019
Got angry and added support for pretty much the whole file and folder
manager. This should allow us the get rid of most of the FSSpecs, only
navigation services remains to be done.
Mac/Lib/Carbon/File.py [new file with mode: 0644]
Mac/Lib/Carbon/Files.py [new file with mode: 0644]
Mac/Lib/Carbon/Folder.py [new file with mode: 0644]
Mac/Lib/Carbon/Folders.py [new file with mode: 0644]
Mac/Modules/file/_Filemodule.c [new file with mode: 0644]
Mac/Modules/file/filescan.py [new file with mode: 0644]
Mac/Modules/file/filesupport.py [new file with mode: 0644]
Mac/Modules/folder/_Foldermodule.c [new file with mode: 0644]
Mac/Modules/folder/folderscan.py [new file with mode: 0644]
Mac/Modules/folder/foldersupport.py [new file with mode: 0644]
setup.py