AbstractLauncherApplication.st
changeset 7882 1f5e30497c9a
parent 7871 40d603a4c961
child 7899 f33a16fa5301
--- a/AbstractLauncherApplication.st	Mon Nov 05 11:21:12 2007 +0100
+++ b/AbstractLauncherApplication.st	Mon Nov 05 12:55:18 2007 +0100
@@ -618,6 +618,14 @@
     ]
 !
 
+openFileBrowser
+     "open a fileBrowser"
+
+    self openApplication:(FileBrowserV2 ? FileBrowser) nameSpace:nil
+
+    "Created: / 05-11-2007 / 11:16:17 / cg"
+!
+
 pickAView
     "let user pick a view and return it"
 
@@ -6550,5 +6558,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.348 2007-10-25 19:16:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.349 2007-11-05 11:55:18 cg Exp $'
 ! !