Copy Directory not work in C:\Windows\System32\spp\store
问题 I am trying to make a copy of this directory from my program and when I try it tells me that, "the path does not exist". 回答1: If your application is a 32-bit app on a 64-bit system then you're experiencing what's called File system redirection. Because 32-bit apps cannot load 64-bit dlls, and 64-bit apps cannot load 32-bit dlls, a 64-bit system has two system folders: System32 - the 64-bit version with 64-bit dlls, and: SysWOW64 - the 32-bit version with 32-bit dlls. The File System