Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: File::Spec tmpdir() is behaving wrongly in Windows7

by sam_bakki (Pilgrim)
on Aug 02, 2013 at 05:39 UTC ( [id://1047542]=note: print w/replies, xml ) Need Help??


in reply to Re^2: File::Spec tmpdir() is behaving wrongly in Windows7
in thread [solved] File::Spec tmpdir() is behaving wrongly in Windows7

Hi sundialsvc4

Great. Thanks for your support. Issue is solved. Looks like my C:\Temp was created by system, though it exists with write permission some how perl is not getting permission to work in it. So I have set Temp dir in my local account like below,

C:\> SET TMPDIR=C:\Users\bakki\AppData\Local\Temp C:\> perl -MFile::Spec -e "print File::Spec->tmpdir();" C:\Users\bakki\AppData\Local\Temp

Now everything work. Actually, it the default Temp set by windows for every user, I have modified it to point to System temp which is wrong.

Thanks & Regards,
Bakkiaraj M
My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1047542]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-19 14:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found