Home » Questions » Computers [ Ask a new question ]

Can't find .db or .log files on Vista

Can't find .db or .log files on Vista

I have a cross platform program I wrote in Qt which creates log files (MyProg.log) and a sqlite3 database (myprog.db). I'm installing the program on Windows with Inno Setup.

Asked by: Guest | Views: 296
Total answers/comments: 1
Guest [Entry]

"On vista and windows7 the ""Program Files"" dir-tree is not writeable by the applications.
Instead they transparently creates the files somewhere under
C:\Users\brianz\AppData\VirtualStore\
(assuming your username is brianz)

More gory details"