Don't prepend directory to filename for shortcuts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -118,6 +118,11 @@ Fills the array {\it filenames} with the names of the files chosen. This
|
||||
function should only be used with the dialogs which have {\tt wxMULTIPLE} style,
|
||||
use \helpref{GetFilename}{wxfiledialoggetfilename} for the others.
|
||||
|
||||
Note that under Windows, if the user selects shortcuts, the filenames
|
||||
include paths, since the application cannot determine the full path
|
||||
of each referenced file by appending the directory containing the shortcuts
|
||||
to the filename.
|
||||
|
||||
\membersection{wxFileDialog::GetFilterIndex}\label{wxfiledialoggetfilterindex}
|
||||
|
||||
\constfunc{int}{GetFilterIndex}{\void}
|
||||
|
Reference in New Issue
Block a user