Sign in
android
/
platform
/
external
/
python
/
cpython2
/
8f24cdc0d5e30e2f924ed2e8a71400fa87a70983
/
.
/
Mac
/
IDE scripts
/
Insert file name...
blob: 7632f8e3ba799d7af4722d6db1622d0d1a4f3264 [
file
] [
log
] [
blame
]
import
macfs
fss
,
ok
=
macfs
.
StandardGetFile
()
if
ok
:
import
W
W
.
FrontWindowInsert
(
'"%s"'
%
fss
.
as_pathname
())