Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は自分のコードでこれを行います:
Directory.Delete(MapPath("..\\Directory1"),true);
今、私はこのエラーを受け取りました: System.IO.IOException: ディレクトリが空ではありません.
私は誰かの考えを間違っていますか?