diff options
author | ashok <ashok> | 2014-10-16 02:45:40 (GMT) |
---|---|---|
committer | ashok <ashok> | 2014-10-16 02:45:40 (GMT) |
commit | 10acb72b597836cabb2913980aae7df88ab2af4a (patch) | |
tree | 409cf6fc76a0491ae36dd3d63882e8fe7a85bdb4 /doc/chooseDirectory.n | |
parent | 5511931d970d4ff124e84f8875949010793f52ce (diff) | |
download | tk-10acb72b597836cabb2913980aae7df88ab2af4a.zip tk-10acb72b597836cabb2913980aae7df88ab2af4a.tar.gz tk-10acb72b597836cabb2913980aae7df88ab2af4a.tar.bz2 |
Updated chooseDirectory docs for Vista
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 |