# Remove Folder With . At End Of It

```
rd /s "\\?\C:\Documents and Settings\User\Desktop\Annoying Folder."
```

<div class="code-toolbar" id="bkmrk-"><div class="toolbar"><div class="toolbar-item">  
</div></div></div>From [https://stackoverflow.com/questions/4075753/how-to](https://stackoverflow.com/questions/4075753/how-to-delete-a-folder-that-name-ended-with-a-dot)