JaedenRuiner
Well-known member
- Joined
- Aug 13, 2007
- Messages
- 340
- Programming Experience
- 10+
Okay,
Well, there is of course the FileIO.SpecialDirectories shared class, whatever, and you can point it to CurrentUserApplicationData or AllUserApplicationData (maybe misspelled).
But When I grab them, guess what? They aren't the 'Application Data' Folder, they are ApplicationData\MyCompany\MyApplication\AppVersion\
How can I eradicate this behavior?
Primarily I don't want the Version involved in my AppData Folders, and second I don't really care for VB going about making folders unless I ask for them...
Case and Point, I asked for Alluser App Data and there is a folder in both the all user and the Current User App Data folders. I didn't tell VB to create either one, I just asked for the location of one, expecting to receive \Docs & Settings\All Users\Application Data
Is there a way to ask for that folder (the Root Special folder as selectable in the FolderBrowseDialog) not some VB concoction I didn't ask for?
Thanks
Well, there is of course the FileIO.SpecialDirectories shared class, whatever, and you can point it to CurrentUserApplicationData or AllUserApplicationData (maybe misspelled).
But When I grab them, guess what? They aren't the 'Application Data' Folder, they are ApplicationData\MyCompany\MyApplication\AppVersion\
How can I eradicate this behavior?
Primarily I don't want the Version involved in my AppData Folders, and second I don't really care for VB going about making folders unless I ask for them...
Case and Point, I asked for Alluser App Data and there is a folder in both the all user and the Current User App Data folders. I didn't tell VB to create either one, I just asked for the location of one, expecting to receive \Docs & Settings\All Users\Application Data
Is there a way to ask for that folder (the Root Special folder as selectable in the FolderBrowseDialog) not some VB concoction I didn't ask for?
Thanks