#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 10 Apr 2019 05:59:23 +0200
changeset 18733 246603dcd00e
parent 18732 aad2a3b13dda
child 18734 ffbafcfcccf1
#DOCUMENTATION by cg class: FileBrowser comment/format in: #doChangeToDefaultDirectory
FileBrowser.st
--- a/FileBrowser.st	Wed Apr 03 08:32:17 2019 +0200
+++ b/FileBrowser.st	Wed Apr 10 05:59:23 2019 +0200
@@ -5911,11 +5911,12 @@
 !
 
 doChangeToDefaultDirectory
-    "go to parent directory"
+    "go to the default (= current) directory"
 
     self doChangeCurrentDirectoryTo:(Filename currentDirectory pathName) updateHistory:true
 
-    "Created: 21.9.1997 / 23:45:59 / cg"
+    "Created: / 21-09-1997 / 23:45:59 / cg"
+    "Modified (comment): / 10-04-2019 / 05:56:51 / Claus Gittinger"
 !
 
 doChangeToHomeDirectory