forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
Hello,
Each time I open a FileSel dialog it starts from the root of my PC. Instead I would like to set the directory from where to start. I used the method BaseDir, for example:
fs.BaseDir("C:\\MyApps\\Vega2\\souceVega");
In this case it starts from C:\\MyApps\\Vega2\\souceVega but I cannot move back from that level because the button dirup is disabled!
So I tried
forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
forlano wrote on Mon, 01 May 2006 01:30
Hello,
Each time I open a FileSel dialog it starts from the root of my PC. Instead I would like to set the directory from where to start. I used the method BaseDir, for example:
fs.BaseDir("C:\\MyApps\\Vega2\\souceVega");
In this case it starts from C:\\MyApps\\Vega2\\souceVega but I cannot move back from that level because the button dirup is disabled!
So I tried