Hi all,
I am developing a program which needs to copy a folder and some files somewhere in HDD.
I have to notice the below issues:
1- The user may have Windows Xp, Vista, 7 and 8, so the solution should work with all versions of windows.
2- I prefer somewhere in drive C, because I worry that the user may have only one drive.
3- I don't like someone easily find my folder and extract the data, so the folder should be hidden and at the most possible inattention place, lets say in windows or program files directory if possible.
4- My user might not be administrator, so the program should have permission to copy there, so I think I should forget about windows and program files directory which may need administrator permission, so may be I have to place it at C:\My folder, but I am still not sure if it works with all windows.
What is the best place in your opinion?
Thanks!
Reza