FileDialog.st
changeset 3905 2a1afd0fdcd3
parent 3904 7f20fe941a4c
child 3923 2988fc3c88ab
--- a/FileDialog.st	Fri Sep 27 14:03:04 2002 +0200
+++ b/FileDialog.st	Fri Sep 27 14:03:58 2002 +0200
@@ -287,14 +287,7 @@
      last fileBox directory (default: current directory) (if a nil path is given).
      The box will show okText in its okButton, abortText in the abortButton.
      The matchPattern is set to pattern initially.
-     Return the string, or nil if cancel was pressed
-     The version argument allows validation of the files existance;
-     it may be any of:
-        #mustBeNew      - fail (return empty string) if the file exists
-        #new            - confirm if the file exists
-        #mustBeOld      - fail if the file does not exist
-        #old            - confirm if the file does not exist
-        #any (other)    - no validation
+     Return all selected Filenames as filenames in a collection, or nil if cancel was pressed
     "
 
 
@@ -1000,5 +993,5 @@
 !FileDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.2 2002-09-27 12:03:04 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.3 2002-09-27 12:03:58 penk Exp $'
 ! !