We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01616ab commit e13e027Copy full SHA for e13e027
cmdlets/item/remove/literalPath.ps1
@@ -0,0 +1,11 @@
1
+$fileName = 'a file with [brackets] in its name.abc'
2
+
3
+$null = new-item $fileName
4
+remove-item $fileName
5
6
+#
7
+# File still exists
8
9
+get-childItem *.abc
10
11
+remove-item -literalPath $fileName
0 commit comments