Finding applcations data folder

  • Thread starter Thread starter Jack Russell
  • Start date Start date
J

Jack Russell

How do I find the applications data folder for a user. I cannot assume
it is on drive C can I?

Thanks

Jack Russell
 
How do I find the applications data folder for a user. I cannot assume
it is on drive C can I?

Thanks

Jack Russell

dim appDataPath as string =
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
 
Tom said:
dim appDataPath as string =
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
Thanks Tom, how do you people know all this stuff, I can never find it
in Help!

Jack
 
Back
Top