Most TC commands cannot handle special paths, e.g. with a dot at the end of dir name. However it seems that internal commands
md and
rd can. However there is some inconsistency that I can't understand.
This command reports error:
This is logical because special prefix
\\?\ is required for creation of such name.
But this one works fine:
I can't understand why it works: if TC uses prefix, first one should work too. otherwise both shouldn't work.
Created folder can't be entered or deleted by TC directly. Let's now remove it.
This commands silently does nothing:
Perhaps it is an expected behaviour if TC doesn't use any prefix. However this one doesn't produce any error message like
md does.
Surprisingly this one works:
I can't explain why ... and ...\ are parsed differently by TC because these both point to the very same location. E.g. both
rd xxx and
rd xxx\ works in case of normal folder names.