C# Encrypt File With Public Key
Encrypting File System Windows 10
M.b.v 27-Nov-14 3:3127-Nov-14 3:31I get an IOExeption at this line:FileStream fsOut = new FileStream(outputFile, FileMode.Create);Error message:An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dllAdditional information: The process cannot access the file 'D:GebruikersMarkMusicWondershare Streaming Audio Recorder20130629Track4.mp3' because it is being used by another process.In the code already the file stream is closed and i did not open the file.What can be the problem??