XML ファイルを削除しようとしていますが、うまくいきません。エラーが発生しないので、何が問題なのかわかりません。これが私のコードです。
Dim filePath As String = "\\server02\file$\rss\alert-special-reports2.xml"
If Not New System.IO.FileInfo(filePath).Exists Then
System.IO.File.Delete(filePath)
End If