We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Although the intention was to make JPEGsnoop portable, it currently writes the configuration and database into the following locations:
Configuration settings: Registry: HKEY_CURRENT_USER\Software\ImpulseAdventure\JPEGsnoop
HKEY_CURRENT_USER\Software\ImpulseAdventure\JPEGsnoop
User Database: C:\Documents and Settings\Owner\Application Data\JPEGsnoop\JPEGsnoop_db.dat
C:\Documents and Settings\Owner\Application Data\JPEGsnoop\JPEGsnoop_db.dat
Instead, to make JPEGsnoop more portable, it should probably just write both into the application's directory.
[2010/11/06] First created at https://sourceforge.net/p/jpegsnoop/feature-requests/32/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Although the intention was to make JPEGsnoop portable, it currently writes the configuration and database into the following locations:
Configuration settings:
Registry:
HKEY_CURRENT_USER\Software\ImpulseAdventure\JPEGsnoop
User Database:
C:\Documents and Settings\Owner\Application Data\JPEGsnoop\JPEGsnoop_db.dat
Instead, to make JPEGsnoop more portable, it should probably just write both into the application's directory.
[2010/11/06] First created at https://sourceforge.net/p/jpegsnoop/feature-requests/32/
The text was updated successfully, but these errors were encountered: