summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorashok <ashok>2014-10-15 15:28:41 (GMT)
committerashok <ashok>2014-10-15 15:28:41 (GMT)
commit5511931d970d4ff124e84f8875949010793f52ce (patch)
treea3c56f3938fdf81e54a06fd99bf36fb19891f504 /doc
parentbe417f72bc54b109f4c8d70e4935478b6e410fab (diff)
downloadtk-5511931d970d4ff124e84f8875949010793f52ce.zip
tk-5511931d970d4ff124e84f8875949010793f52ce.tar.gz
tk-5511931d970d4ff124e84f8875949010793f52ce.tar.bz2
Updated documentation for tk_getOpen/SaveFile -initialdir option
Diffstat (limited to 'doc')
-rw-r--r--doc/getOpenFile.n8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n
index 95884bb..30e7cd5 100644
--- a/doc/getOpenFile.n
+++ b/doc/getOpenFile.n
@@ -65,8 +65,12 @@ discussion on the contents of \fIfilePatternList\fR.
\fB\-initialdir\fR \fIdirectory\fR
.
Specifies that the files in \fIdirectory\fR should be displayed
-when the dialog pops up. If this parameter is not specified, then
-the files in the current working directory are displayed. If the
+when the dialog pops up. If this parameter is not specified,
+the initial directory defaults to the current working directory
+on non-Windows systems and on Windows systems prior to Vista.
+On Vista and later systems, the initial directory defaults to the last
+user-selected directory for the application.
+If the
parameter specifies a relative path, the return value will convert the
relative path to an absolute path.
.TP