Initial checkin of IDE scripts. (jvr)

This commit is contained in:
Just van Rossum 1999-09-26 12:25:06 +00:00
parent b7ad821f02
commit a840fca155
19 changed files with 334 additions and 0 deletions

View file

@ -0,0 +1,6 @@
import macfs
fss, ok = macfs.GetDirectory()
if ok:
import W
W.FrontWindowInsert('"%s"' % fss.as_pathname())