Staging
v0.5.1
Raw File
Insert file name...
import macfs

fss, ok = macfs.StandardGetFile()
if ok:
	import W
	W.FrontWindowInsert('"%s"' % fss.as_pathname())
back to top