Change permission to modify files

0

I'm creating a Windows Forms application that will fetch an Excel worksheet and update some DBF files from a legacy system, but when I run the system I can not update the DBF files because of the permissions of the legacy system folder.

How do I get permission to change the files? In the tests I did while creating the system I was changing the same DBF files on the desktop and everything ran normally. Do I have to change the permissions of the DBF folder? Or can the treatment be done in the application to "earn" those permissions?

    
asked by anonymous 23.08.2016 / 15:41

0 answers