In winfrom program if you want to get a folder path name "Process" under exectue application folder.
you can use this function => Path.Combine(Application.StartupPath, "Process")
Please DON'T put "\" Like this => Path.Combine(Application.StartupPath, "\Process")
You will only get string "\Process"....
Read more.
分享使用微軟開發工具及工作上會遇到的疑難雜症
2013-08-12
訂閱:
文章 (Atom)