diff options
author | dgp <dgp@users.sourceforge.net> | 2014-10-20 02:21:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-10-20 02:21:11 (GMT) |
commit | 12e8645d1b805d84939fb0466a588de51bc7df58 (patch) | |
tree | d2b4ebf63c38b54911c55380359a4603f25f15f9 /doc | |
parent | 3c572fdc99da5f79278da0032f47352987f024c0 (diff) | |
parent | dfc524e359974ceccac12721ce48089adf8818b7 (diff) | |
download | tk-12e8645d1b805d84939fb0466a588de51bc7df58.zip tk-12e8645d1b805d84939fb0466a588de51bc7df58.tar.gz tk-12e8645d1b805d84939fb0466a588de51bc7df58.tar.bz2 |
TIP 432 implementation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chooseDirectory.n | 7 | ||||
-rw-r--r-- | doc/getOpenFile.n | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/doc/chooseDirectory.n b/doc/chooseDirectory.n index 295c75b..86c593d 100644 --- a/doc/chooseDirectory.n +++ b/doc/chooseDirectory.n @@ -19,8 +19,11 @@ possible as command line arguments: .TP \fB\-initialdir\fR \fIdirname\fR Specifies that the directories in \fIdirectory\fR should be displayed -when the dialog pops up. If this parameter is not specified, then -the directories 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 diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n index 95884bb..f5e92ff 100644 --- a/doc/getOpenFile.n +++ b/doc/getOpenFile.n @@ -65,8 +65,11 @@ 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 |