If System.IO.Directory.Exists(HttpContext.Current.Server.MapPath("images/TravelogueGallery/" & getMaxID())) Then
System.IO.Directory.Delete(HttpContext.Current.Server.MapPath("images/TravelogueGallery/" & getMaxID()), True)
End If
上記のコードスニペットを使用してディレクトリを削除していますが、次のエラーが発生します。
'G:\ Projects \ Latest \ LTCIndia 05-04-12 1415 \ images \ TravelogueGallery\19'は有効な仮想パスではありません。
コードの何が問題になっていますか?
更新:正解で質問を更新しました。上記のコードスニペットは問題なく機能します。お時間をいただきありがとうございます。