Cannot delete files or directories when there are spaces at end of the name.
How do you create a file name with a space at the end?
Hello
Hello
^Z
1 file(s) copied.
C:\test>dir
C:\test>dir

How to delete it?
Could Not Find C:\test\my.txt
C:\test>del "file://?/c:/test/my.txt "C:\test>
