I have to make a duplicate copy of a file located on a Linux Server and then rename that with another name. For example there is existing file in /temp/100.txt . I have to copy that file to same location with another name i.e. /temp/101.txt . How can I achieve that with c#.
We have that folder /temp available as NFS folder from IIS webserver on win 2003. Does c# library File.copy works on NFS file system ?