Omniferum Posted February 10, 2011 Report Share Posted February 10, 2011 Instead of having the new jobs.db being created in the appdata/userprofie directory (forget which one) is it possible just to have Ketarin dump it in its own directory? I'm fairly sure that is what most users do anyway. Seeing as it is inherently portable (well beyond the whole .net thing) it seems logical. Link to comment Share on other sites More sharing options...
Tomorrow Posted February 10, 2011 Report Share Posted February 10, 2011 Starting from Vista/Win7 users can create Symbolic Links that redirect all things to a different location(network and other drives are supported).The mentioned OS-s for example use this to redirect some XP era folders so legacy apps don't break in functionality. Also see mklink /? for command line options. If you can't get it made using cmd (i've had some trouble with this in the past) then im pretty sure i saw some GUI mklink versions too. So you could create: mklink /d "%systemdrive%\Users\username\AppData\Roaming\Ketarin" "Target Dir" See: http://ss64.com/nt/mklink.html Link to comment Share on other sites More sharing options...
andreone Posted February 10, 2011 Report Share Posted February 10, 2011 Simply move jobs.db into Ketarin's folder to have a portable configuration. Link to comment Share on other sites More sharing options...
Omniferum Posted February 12, 2011 Author Report Share Posted February 12, 2011 Yes, i'm aware of the ways one can do things in order to achieve the same goal. My point is i'm not sure of the reason behind having jobs.db being created anywhere else in the first place, Ketarin doesn't do any registry writes so placing a vital file somewhere else seems odd. Link to comment Share on other sites More sharing options...
shawn Posted February 16, 2011 Report Share Posted February 16, 2011 The reasoning is probably due to following the MS developer guidelines. Applications "should" store data which users are not intended to directly edit within AppData by default, but "may" provide alternative storage locations. Link to comment Share on other sites More sharing options...
floele Posted February 16, 2011 Report Share Posted February 16, 2011 Exactly Writing to the application (exe) folder is old fashioned and you could pretty much say "wrong". Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now