in reply to [solved] File::Spec tmpdir() is behaving wrongly in Windows7
A read of the docs in File::Spec::Win32 leads me to this quote:
Returns a string representation of the first existing directory from the following list:
$ENV{TMPDIR}
$ENV{TEMP}
$ENV{TMP}
SYS:/temp
C:\system\temp
C:/temp
/tmp
/
I know that Windows environment-variables are defined in a control-panel. With a little bit of sleuthing through this information, you ought to be able to identify and resolve the problem ... ?
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: File::Spec tmpdir() is behaving wrongly in Windows7
by marinersk (Priest) on Jul 31, 2013 at 14:27 UTC | |
|
Re^2: File::Spec tmpdir() is behaving wrongly in Windows7
by sam_bakki (Pilgrim) on Aug 01, 2013 at 05:21 UTC | |
by sam_bakki (Pilgrim) on Aug 02, 2013 at 05:39 UTC |