kb320081

01

I can list the DarrenSnow.0001. file but I cannot delete it.

The file name includes an invalid name.

To delete it or copy it, you can use the \\?\ syntax, for example:

del "\\?\h:\path\filename"

H:\Darren>copy \\?\h:\Darren\DarrenSnow.0001. DarrenSnow.01

02