Revision history of "Delete a file in powershell if it exists"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 08:09, 16 June 2016George2 (Talk | contribs). . (93 bytes) (+93). . (Created page with "<source lang="powershell"> If (Test-Path $strFileName){ Remove-Item $strFileName } </source>")