Robert Brenckman

Results 123 comments of Robert Brenckman

@PCAssistSoftware - As long as this satisfies @zabulus, I'm done with this PR. Merging this should close #203 as well, as it bundles that logic modification in

This supercedes 203, which can be simply closed. Probably make a note during closing that implemented via this one.

### Net5.0 Tests Note : to reiterate, each result set is an average of 10 copy operations using the same source/destination. The RoboCommand had default settings generated by the library....

As far as I can, tell that entire functions that has been deprecated with the release of Windows Vista. I was using CopyFileEx because it has been reported since Windows...

Yea I'm working on that side of things. One of the things I'm sorta debating though is if this is even a 'good idea'. As CopyFileEx (while simply to use...

Yes I discovered CopyFile2 while perusing the web for CopyFileEx examples, and stumbled upon a few threads that recomended 'if an *Ex function is superseded you should use the new...

@PCAssistSoftware This is coming along fairly well. Unfortuantely I did run into a bit of inconsistency: - On my home computer, the Unit Tests run fine! - On my work...

I HAVE A CONUNDRUM. ![image](https://github.com/tjscience/RoboSharp/assets/20431767/02728551-3ec0-4fe7-8787-8b444958c238) VS2022 PASSES the unit test and VS2019 FAILS it!!! what in the world........