PDA

View Full Version : FlashFXP 3.6 - Application Data folder


rob1302
08-31-2008, 01:25 AM
Just trying to figure out how to change the data folder.
The Default path they choose is C:\Documents and Settings\All Users\Application Data\FlashFXP\3

Now i want to change it to something else, but i can't seem to find an option to do that anywhere, other than reinstalling the program.

bigstar
08-31-2008, 02:28 PM
The suggested way to change this setting is by re-installing, otherwise you need to edit the registry keys manually.

HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP\3

0 = false
1 = true

AppData = value 0 or 1
AllUsers = value 0 or 1
DataFolder = string, full path to folder.

if "AppData" is true and "AllUsers" is not then the per-user data folder is used.

if "AppData" is false then we check "DataFolder"