Page 1 of 1

Where is the purebasic.prefs file?

Posted: Mon Jan 14, 2013 8:12 pm
by utopiomania
I installed PB 5 on a Win 8 box, but can't find the prefs file. I have my old 'fav prefs' :) file, and would like to use it, but where should i put it??

Re: Where is the purebasic.prefs file?

Posted: Mon Jan 14, 2013 8:21 pm
by ts-soft
It is the same as on vista, 7 and so on:

Code: Select all

Debug GetEnvironmentVariable("APPDATA") + "\PureBasic\PureBasic.prefs"

Re: Where is the purebasic.prefs file?

Posted: Mon Jan 14, 2013 8:43 pm
by utopiomania
C:\Users\Stig\AppData\Roaming\PureBasic\PureBasic.prefs

There's no AppData folder in there ?

Re: Where is the purebasic.prefs file?

Posted: Mon Jan 14, 2013 9:10 pm
by utopiomania
Ok, the folder is there, but Windows explorer in Windows 8 must be configured to show the AppData folder. Its a bit more complicated than 7 or the old windows explorers.. :)

Re: Where is the purebasic.prefs file?

Posted: Mon Jan 14, 2013 10:54 pm
by ts-soft
AppData is always a hidden-directory. The same on Win 7 :wink:

Re: Where is the purebasic.prefs file?

Posted: Tue Jan 15, 2013 1:11 am
by utopiomania
oki, Windows.. :)