摘要:
string path = "C:\\dir1\\dir2\\foo.txt"; string str = "GetFullPath:" + Path.GetFullPath(path) + "\r\n"; str += "GetDirectoryName:" + Path.GetDirectory 阅读全文
posted @ 2023-06-30 15:35
村口漫步
阅读(760)
评论(0)
推荐(0)
[CommandMethod("Matrix_PrintOut")]public static void Matrix_PrintOut(){ Editor ed = MgdAcApplication.DocumentManager.MdiActiveDocument.Editor; Databas 阅读全文