I want to copy some text files written by another application, but I do not want to do anything to prevent another application. from writing to these files.
I am using File.Copy , from System.IO namespace , C # ,. Net Framework 2.0.
I checked the MSDN documentation, but nothing specifically stated about the method that uses File.Copy . Is it a wrapper for an unmanaged API call?
Does File.Copy block or block the copied file in any way?
Thanks in advance for any information on this.
netcat
source share