in reply to Tk getOpenFile, can't get -initialdir to work
Works just fine for me, but the path name appears to require backslashes. And remember that backslashes are special, and thus require escaping, in double-quoted strings.
perl -MTk -e "MainWindow->new->getOpenFile( -initialdir => qq(c:\\prog +ram files) )"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Tk getOpenFile, can't get -initialdir to work
by mifflin (Curate) on Apr 04, 2008 at 17:46 UTC |