c0nstant
Cannot access file because it's being used by another process
I am iterating through two my of disks and then backing up all files:
The encrypt method here does have
Close();
implemented like at the end of it, I found the implementation from here so I just added close methods at the end of the method:
https://stackoverflow.com/questions/17627326/aes-256-file-encryption-c-sharp12 replies
✅ [SOLVED] Need help with converting async method to a 'normal' method
Somehow, it actually worked this time. So the last time I was trying to run it, my IDE had automatically added
async
as part of my main method, something like static async Main(string[] args)
Now I rebuilt it and can finally run it34 replies