@sapphirescales
I've been able to reproduce the issue : File on the desktop, path is 282 chars long and no user except owner and local system user can access it.
Let's start working on the fix!
Edit : in fact, I have not really been able to reproduce the problem.
Here's what I have :
- A 282 chard deep path .docx file inside several sub folders on the desktop with restricted permissions on it (only owner and local system account is granted on it, all other permissions it initially got by inheritance have been removed, so, that's the worst possible case).
- I have no restricted permissions on folders, just on this file.
- Source drive (a VHD) is mounted on my W11 development rig
If I run Fab's against this hooked drive, it fails on this file because it thinks it just does not exists (that's a first weird thing since it has been able to list it for copy). Then it trows an error saying that it is "Unable to find source file" and it skips to next file. So far, it exactly looks like the issue you have. Then Why do I say that I've not really been able to reproduce the problem ? Simple : If I fire up Unstoppable Copier and set "D:\Users\RestrictedUser\Desktop" as source folder and "E:\Test\2022-01-16\DESKTOP-1BKDB50\RestrictedUser\archive\Desktop" as target, it fails on it too, saying that it could not access the file. If Unstoppable Copier fails on my end and succeeds on yours, then we are not in the same configuration, so, problem is not really reproduced. By the way, even Windows command line tools designed to take ownership and set permissions fail on this file.
If I set permissions back to their defaults on this file (it just added full control on it for administrators group), then Fab's can copy it without a hitch. So far, I just do not understand what's really going on here. Still searching
By the way, how do you set Unstoppable Copier on your end ? I mean source folder, target folder and options. Thanks!