|
|
| Come for the quick hacks, stay for the epiphanies. | |
| PerlMonks |
Re: How to get location of Desktop folder on Win32by AcidHawk (Vicar) |
| on Apr 08, 2004 at 06:36 UTC ( [id://343565]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
That kinda depends on what you are looking for... If you are looking for directories to Desktop/Start Menu/Application Data, for the current user you could always look for the USERPROFILE environment setting with $ENV{'USERPROFILE'} then those 'special' directories are all under there. You can then just add for example \\Desktop to that envirenment variable. Below is a simple untested example:
----- Of all the things I've lost in my life, its my mind I miss the most.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||