User's Profile

  • Thread starter Thread starter S Shulman
  • Start date Start date
S

S Shulman

Hello

I wonder what is the character that I can use to get to the user's folder
instead of using the absolute path perhaps something like %USERPROFILLE%

Thank you,
Shmuel Shulman
 
Shmuel,

Environment.GetFolderPath(Environment.SpecialFolder.Personal)

(there are a lot)

I hope this helps,

Cor
 
S Shulman said:
I wonder what is the character that I can use to get to the user's folder
instead of using the absolute path perhaps something like %USERPROFILLE%

The name of the environment variable is 'USERPROFILE'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Save with user's documents 1
Status Bar 2
Tick a checkbox 1
Registration of a MAPI dll 2
Print an image file from VB 1
NumericUpDown Control 2
Insert formatted text fro 'Rich Text Box' 5
Threads 2

Back
Top