J Jack Russell Oct 24, 2007 #1 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
T Tom Shelton Oct 24, 2007 #2 How do I find the applications data folder for a user. I cannot assume it is on drive C can I? Thanks Jack Russell Click to expand... dim appDataPath as string = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
How do I find the applications data folder for a user. I cannot assume it is on drive C can I? Thanks Jack Russell Click to expand... dim appDataPath as string = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
J Jack Russell Oct 24, 2007 #3 Tom said: dim appDataPath as string = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) Click to expand... Thanks Tom, how do you people know all this stuff, I can never find it in Help! Jack
Tom said: dim appDataPath as string = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) Click to expand... Thanks Tom, how do you people know all this stuff, I can never find it in Help! Jack