Getting the user profile folder
You could try reading the environment variable "APPDATA". From there you
would just have to append "\Microsoft\Signatures" to end up in the correct
place.
"John" wrote in message
...
Hi
I need to get the signature folder for the current folder such as;
"F:\Documents and Settings\Dave\Application Data\Microsoft\Signatures\"
except that instead of Dave I need the correct name for the current user,
s that my code works generically regardless of who is logged in. Is there
a way to do that?
Thanks
Regards
|