Thread Tools Display Modes
Prev Previous Post   Next Post Next
01/02/16, 05:07 PM   #10
Ravalox Darkshire
Ravalox of Lake Superior
 
Ravalox Darkshire's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 22
Originally Posted by jgq85 View Post
It seems like the "Documents" folder should be used for "Documents". Call me crazy, though...

And software developers don't have to keep in-game data in Program files, for the unusual scenario that a user would be removing a game from their computer but wanting to keep the installed add-ons..?
That's what the AppData folder is for.
Microsoft deems the Documents folder as the proper place to put user profile based permanent data, as such developers are urged to use this structure for settings files and files created through the operation of their software (such as webcam captures, pictures, and actual documents).

The AppData structure is considered part of the system file structure and is not intended for end user access (that's why it's hidden by default). The files stored in here are intended to be working copies only and (technically) should be removed by the application on proper shutdown. (basically a scratchpad for the programs you run). Most disk cleaners will wipe these files as they are within a structure considered temporary.

Microsoft always intended the My document s (and now Documents) fie structure as the on stop shop for backing up user data.

The Documents folder structure is also included in the roaming profile folders and files feature, not that it is likely that a *work* computer would be used to play ;-P but it prevents data loss if the local hard drive were to fail or the OS re-installed. Of course this requires a file server to implement.
  Reply With Quote
 

ESOUI » AddOns » AddOn Help/Support » AddOns won't work


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off