commit | a840fca15590f2369bb5381be86d13ce12563f73 | [log] [tgz] |
---|---|---|
author | Just van Rossum <just@lettererror.com> | Sun Sep 26 12:25:06 1999 +0000 |
committer | Just van Rossum <just@lettererror.com> | Sun Sep 26 12:25:06 1999 +0000 |
tree | 799bb9ec5ffb6efb132ffd8c8256eb8b8710818e | |
parent | b7ad821f022a62656677b03f1d081e1e284047ea [diff] [blame] |
Initial checkin of IDE scripts. (jvr)
diff --git a/Mac/IDE scripts/Insert file name... b/Mac/IDE scripts/Insert file name... new file mode 100644 index 0000000..7632f8e --- /dev/null +++ b/Mac/IDE scripts/Insert file name...
@@ -0,0 +1,6 @@ +import macfs + +fss, ok = macfs.StandardGetFile() +if ok: + import W + W.FrontWindowInsert('"%s"' % fss.as_pathname())