79151854

Date: 2024-11-03 00:55:52
Score: 1
Natty:
Report link

You may be able to use:

rmdir "\\?\C:\inetpub\wwwroot\cd.."

As found in this Microsoft fileio page:

the "\\?\" prefix also allows the use of ".." and "." in the path names, which can be useful if you are attempting to perform operations on a file with these otherwise reserved relative path specifiers as part of the fully qualified path.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Paul Andrews