0
I have a program that makes I/O files (create, edit, save), but I need to put it to do this I/O with files that are on the company network, both read and write.
My question is: My program needs permission to read and write files, or the program user who needs these permissions on his machine to network?
If it is the user who needs to have this permission, I can put the address of the network server on Path
what use to save program files? Or something else is needed?
If it is permission of my program, written in C#, it is necessary what exactly?
You’ve already tested to see what happens?
– Laerte
Not yet friend @Laerte, I still do not have access to the network, I wanted to confirm this before requesting access.
– Guilherme Golfetto