I am almost done with my winforms application. Coming from an asp.net background there are a couple of things, I am not sure how to handle when a user install my exe.
So my application uses filesystem directories to store content files mp3,mp4,(images),.txt&.zip files. The user can add new (content files) to customize these content libraries with in my application.
My question is. What is the best practice for deciding the location of these directories my application relys on. Should the user be asked where to put them, should they go in c:ProgramFiles/MyApplication?
I just want the best way to do this and avoid installation issues Thanks