summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/file/filescan.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-02-02 23:00:21 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-02-02 23:00:21 (GMT)
commit52377e05bedb604b1608f277480d7bb112ac0639 (patch)
treed2fc4fc388aa99fb235c93ceff46c64902d60021 /Mac/Modules/file/filescan.py
parent1d63c9f15134a2776b39fb979c506637f73c8a51 (diff)
downloadcpython-52377e05bedb604b1608f277480d7bb112ac0639.zip
cpython-52377e05bedb604b1608f277480d7bb112ac0639.tar.gz
cpython-52377e05bedb604b1608f277480d7bb112ac0639.tar.bz2
The FSAliasFile routines also have an in/out parameter.
Diffstat (limited to 'Mac/Modules/file/filescan.py')
-rw-r--r--Mac/Modules/file/filescan.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Modules/file/filescan.py b/Mac/Modules/file/filescan.py
index 8ac0e62..ca977af 100644
--- a/Mac/Modules/file/filescan.py
+++ b/Mac/Modules/file/filescan.py
@@ -172,6 +172,9 @@ class MyScanner(Scanner_OSX):
([('FSSpec', 'theSpec', 'OutMode')],
[('FSSpec_ptr', 'theSpec', 'InOutMode')]),
+ ([('FSRef', 'theRef', 'OutMode')],
+ [('FSRef_ptr', 'theRef', 'InOutMode')]),
+
# The optional FSSpec to all ResolveAlias and NewAlias methods
([('FSSpec_ptr', 'fromFile', 'InMode')],
[('OptFSSpecPtr', 'fromFile', 'InMode')]),