摘要:
要在c#中獲取路徑有好多方法,一般常用的有以下五種: //獲取應用程序的當前工作目錄。 String path1 = System.IO.Directory.GetCurrentDirectory(); MessageBox.Show("獲取應用程序的當前工作目錄:" + path1); //獲取程序的基目錄。 String path2 = System.AppDomain.CurrentDo... 閱讀全文
posted @ 2008-12-31 16:58
chinaifne
閱讀(691)
評論(1)
推薦(0)

浙公網(wǎng)安備 33010602011771號