diff options
author | ashok <ashok> | 2014-10-15 15:28:41 (GMT) |
---|---|---|
committer | ashok <ashok> | 2014-10-15 15:28:41 (GMT) |
commit | 5511931d970d4ff124e84f8875949010793f52ce (patch) | |
tree | a3c56f3938fdf81e54a06fd99bf36fb19891f504 /doc/getOpenFile.n | |
parent | be417f72bc54b109f4c8d70e4935478b6e410fab (diff) | |
download | tk-5511931d970d4ff124e84f8875949010793f52ce.zip tk-5511931d970d4ff124e84f8875949010793f52ce.tar.gz tk-5511931d970d4ff124e84f8875949010793f52ce.tar.bz2 |
Updated documentation for tk_getOpen/SaveFile -initialdir option
Diffstat (limited to 'doc/getOpenFile.n')
-rw-r--r-- | doc/getOpenFile.n | 8 |
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 |