in reply to (tye)Re2: chdir does not work on win2000
in thread chdir does not work on win2000
Tye, You are a cool dude. You were right with you last statement. The -initialdir can only parse through (\) and not (/) The code below did the job right. Thaaaaaaaaaaaaaaaanks
$file = $w->getOpenFile(-filetypes => \@types, - initialdir => "c:\\public",);
|
---|