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/chooseDirectory.n | |
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/chooseDirectory.n')
-rw-r--r-- | doc/chooseDirectory.n | 7 |
1 files changed, 5 insertions, 2 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 |