摘要: using System; using System.IO; static void Main(string[] args) { DirectoryDemo(); } static void DirectoryDemo() { string path = "D:\\C\\ConsoleApp13"; 阅读全文
posted @ 2024-02-28 22:56 FredGrit 阅读(6) 评论(0) 推荐(0) 编辑
摘要: using System.Text; using System; using System.IO; using System.Runtime.CompilerServices; using System.Management; using System.ComponentModel; using S 阅读全文
posted @ 2024-02-28 22:38 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: System.UnauthorizedAccessException: 'Access to the path 'D:\C\ConsoleApp13\bin\Debug\net8.0\ConsoleApp13.deps.json' is denied.' static void Main(strin 阅读全文
posted @ 2024-02-28 21:08 FredGrit 阅读(1) 评论(0) 推荐(0) 编辑