File Created by File.WriteAllBytes() Doesn’t Persist After Program Ends
I followed an old sqlite-net-pcl tutorial (if you’re curious) that used this code to copy an Embedded Resource into an external file it should create in C://Users/my user/AppData/Local. I confirmed the database itself was copied correctly with the GetObject function and that the filepath was where I thought it was, but once the program finishes running, there is no new file there. Am I just fundamentally misunderstanding what is going on?