diff options
author | fvogelnew1@free.fr <fvogel> | 2016-01-11 13:23:20 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2016-01-11 13:23:20 (GMT) |
commit | b71251db611e2ce6565f3ce89ab1a06965eb64bc (patch) | |
tree | 87dfd77a94fb45488edde792e3b0735459a1fea7 /doc/chooseDirectory.n | |
parent | 1a2bf329771d82b5234fe3d5ca9351571b55c21c (diff) | |
parent | e3544b22bb75240c33e5f88ba0ce9668bdd81000 (diff) | |
download | tk-b71251db611e2ce6565f3ce89ab1a06965eb64bc.zip tk-b71251db611e2ce6565f3ce89ab1a06965eb64bc.tar.gz tk-b71251db611e2ce6565f3ce89ab1a06965eb64bc.tar.bz2 |
merged trunk
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 |