摘要: public static bool DirectoryHasPermission(string dirPath) { bool result = false; try { var tempFile = dirPath.TrimEnd('\\') + @"\" + GUIDHelper.NewGui 阅读全文
posted @ 2025-04-08 14:30 Hey,Coder! 阅读(31) 评论(0) 推荐(0)