Rajesh Thampi

Rajesh Thampi

  • NA
  • 128
  • 5.3k

How to create logged in user appsdata folder & copy sqlite database

Jul 16 2021 7:20 AM

Hello guys

I'm developing a small WFP + C# application that has a copy of Sqlite database for individual user preferences.

How do I insure that the software copies the database to individual user's AppData folder (eg: C:\Users\rajesh\AppData\Roaming\MySoftware\my.db) during the first run from the current installation path?

Please help