GIS的积累
It is never to late to learn

导航

 

2009年1月29日

摘要: 如何在C#中获取“当前目录” 首先要弄清你对“当前目录”(Current Directory)的定义是什么。 ◆工作目录 你的应用程序工作的目录。 System.IO.Directory类提供了GetCurrentDirectory方法,该方法是对Win32 API的GetCurrentDirectory函数的一个封装。 此外,System.Environment类提供了CurrentDirec... 阅读全文
posted @ 2009-01-29 11:54 GIS的学习 阅读(317) 评论(0) 推荐(0)