Search found 2 matches

by jpfez
Sat Oct 12, 2013 7:17 pm
Forum: Tricks 'n' Tips
Topic: Get system folder location...
Replies: 13
Views: 8160

Re: Get system folder location...

IdeasVacuum wrote:...but be aware that #CSIDL has been retired, it does not work in Windows8.
...this does, coded by GJ-68: http://www.purebasic.fr/english/viewtop ... =5&t=55173
Thanks for the information and the URL, I didn't know that #CSIDL it's deprecated. I feel kind of dumb.
by jpfez
Sat Oct 12, 2013 5:54 pm
Forum: Tricks 'n' Tips
Topic: Get system folder location...
Replies: 13
Views: 8160

Re: Get system folder location...

Sorry For re-bumping an old (ancient) thread. But I found another simpler way.
; ONLY FOR WINDOWS
; This constants enumeration could be deleted (seems that they are already declared in Purebasic)
Enumeration $1
#CSIDL_INTERNET
#CSIDL_PROGRAMS
#CSIDL_CONTROLS
#CSIDL_PRINTERS
#CSIDL_PERSONAL ...