Sign in
android
/
platform
/
external
/
python
/
716c5a68f25f4e43bea38a73ee20073582b35b79
/
.
/
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
())