I have some code and when it executes, it throws a IOException, saying that
IOException
The process cannot access the file \'filename\' because it
I got this error because I was doing File.Move to a file path without a file name, need to specify the full path in the destination.