getExistingDirectory doesn not expand directory tree
Good evening,
I'm writing a code where I call the getExistingDirectory and the directory tree doesn't expand.
This is the code:
Code:
void MainWindow::on_sourceDirBrowseButton_clicked()
{
m_application->userDataDir().path()); // This doesn't expand
if (!path.isEmpty())
{
}
}
I'm working under Windows XP.
Any help is appreciated.
Regards,
Franco
Re: getExistingDirectory doesn not expand directory tree
What exactly does m_application->userDataDir().path() return?
Re: getExistingDirectory doesn not expand directory tree
Hi Chris,
it returns "C:/Documents and Settings/Usuario/Mis documentos/CertiBoxUserData"
and the dir exists
Re: getExistingDirectory doesn not expand directory tree
When you say "doesn't expand" what do you mean? Are there subdirectories of ""C:/Documents and Settings/Usuario/Mis documentos/CertiBoxUserData" that you cannot access?
Re: getExistingDirectory doesn not expand directory tree
yes there are subdirectories and when I execute the dialog I have to click on the + symbol to see them.
I would open the dialog and see them immediately. I hope you can understand me