Why am I seeing IO Exception using File.Copy() that seems to come from reading a file?
问题 Preface: I'm very new to coding and mostly self-taught. I'm writing a little app that will automatically copy my game save files to my backup directory. It uses the FileSystemWatcher class to watch a game's save directory and look for changes while I'm playing and calls OnChanged if a file is resized or written to. The problem I'm having is that when my program is copying a file, it sometimes crashes the GAME (in this case Terraria). I'm guessing this has something to do with access