I have a program that does I / O of files (create, edit, save), but I need to put it to do this I / O with files that are in the company network, both reading and writing.
My question is: Does my program need file read and write permission, or does the program user need these permissions on his machine to the network?
If the user needs to have this permission, can I put the address of the network server in Path
that I use to save the program files? Or is something more necessary?
If it is permission of my program, written in C #, what exactly is needed?