diff options
author | surles <surles> | 1998-06-03 15:38:19 (GMT) |
---|---|---|
committer | surles <surles> | 1998-06-03 15:38:19 (GMT) |
commit | e1fc12dac0d628c4fc2b917aa2f195b77cd63069 (patch) | |
tree | c608dd1cca97dee8e886f1c8029b7ea071a968ad /doc | |
parent | 29be3d19c7673993ba40c25ebba20133b73ad825 (diff) | |
download | tk-e1fc12dac0d628c4fc2b917aa2f195b77cd63069.zip tk-e1fc12dac0d628c4fc2b917aa2f195b77cd63069.tar.gz tk-e1fc12dac0d628c4fc2b917aa2f195b77cd63069.tar.bz2 |
Ammended doc to state that the return will always be an absolute path.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/getOpenFile.n | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n index f8a8b72..04eafab 100644 --- a/doc/getOpenFile.n +++ b/doc/getOpenFile.n @@ -59,10 +59,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. This -option may not always work on the Macintosh. This is not a bug. -Rather, the \fIGeneral Controls\fR control panel on the Mac allows the -end user to override the application default directory. +the files in the current working directory are displayed. If the +parameter specifies a relative path, the return value will convert the +relative path to an absolute path. This option may not always work on +the Macintosh. This is not a bug. Rather, the \fIGeneral Controls\fR +control panel on the Mac allows the end user to override the +application default directory. .TP \fB\-initialfile\fR \fIfilename\fR Specifies a filename to be displayed in the dialog when it pops |