摘要:
SharePoint Tips Utility Pack.exeSPCAMLEditor1[1].1.zip 阅读全文
posted @ 2009-07-31 10:53
风影极光
阅读(193)
评论(0)
推荐(0)
摘要:
一、获取当前文件的路径1. System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName 获取模块的完整路径,包括文件名。2. System.Environment.CurrentDirectory 获取和设置当前目录(该进程从中启动的目录)的完全限定目录。3. System.IO.Directory.GetCurrentDi... 阅读全文
posted @ 2009-07-31 10:38
风影极光
阅读(288)
评论(0)
推荐(0)