All Users\Application Data

  • Thread starter Thread starter Chris, Master of All Things Insignificant
  • Start date Start date
C

Chris, Master of All Things Insignificant

How can I gain access to the path of "Documents And Settings\All
Users\Application Data\My Program Folder"? I need to do this in the
installer as well. Any thoughts?

Chris
 
Chris said:
How can I gain access to the path of "Documents And Settings\All
Users\Application Data\My Program Folder"?

\\\
MsgBox( _
Environment.GetFolderPath( _
Environment.SpecialFolder.CommonApplicationData _
) _
)
///
 
Thanks, as always the and is so simple....

Chris
 

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

Back
Top