Robert Brenckman

Results 123 comments of Robert Brenckman

@PCAssistSoftware this should now be closable

#Alright, @PCAssistSoftware I overhauled this (again), but this time with a force-push, bringing it from 60+ confusing noodles of commits to 16 (relatively) organized ones. I'm quite satisfied from my...

Appreciated. This work was part of an over-arching refactoring of my other project, so I still have yet to complete that, which is when I will be doing my own...

The high-level summary is that this introduces IFileCopier, and two implementations of it (streamed copier and copyfileX). The idea is that you pass one of those factories into the new...

Also, the current name is RoboBatchCommand, and the more I thought about it the more I dislike it. It feels too similar to RoboQueue. I'm thinking of shortening it as...

Likely the `$` if I had to guess. All the unc paths I was testing with had a $ to denote where the root folder started (which I believe is...

I was unaware of that nuance, as every share at my company uses $ Alright, so the regex needs to be modified to accommodate this then. Is it safe to...

I can likely rake a peek into this tomorrow, just create a collection of paths that should be considered valid, and a collection that are invalid. And I'll incorporate those...

Some examples: Allowed (with and without quotes, with and without trailing slash) C:\ C:\SomeDirectory //Server/Drive$/Folder //Server/Folder Disallowed: Folder Some/Folder /Folder (though this is technically valid on Linux, but that's not...