.net application moving files
I was writing a small routine that after reading some text files it would move them to a different location. using my.computer.filesystemCopyFile(file1,file2,true) code. This code had worked on older setups but this is was running under windows11 and server 2019 and kept complaining that it needed increased permission to achieve this file moving. I didn’t […]