我正在尝试删除我的 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
我正在尝试删除我的 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