コード例 #1
0
 private static void ResetHostingDir()
 {
     if (_hostingDir.Exists)
     {
         _hostingDir.Delete(true);
     }
 }