mirror of
https://github.com/python/cpython.git
synced 2025-10-29 04:35:05 +00:00
7 lines
114 B
Text
7 lines
114 B
Text
|
|
import macfs
|
||
|
|
|
||
|
|
fss, ok = macfs.StandardGetFile()
|
||
|
|
if ok:
|
||
|
|
import W
|
||
|
|
W.FrontWindowInsert('"%s"' % fss.as_pathname())
|