Anil Jain Blogs
Tuesday, February 2, 2010
get the application root path in Win Application in C#.net
string destpath = System.IO.Directory.GetParent(System.Windows.Forms.Application.ExecutablePath).Parent.Parent.FullName + "\\pic\\" + openFileDialog1.SafeFileName.ToString();
1 comment:
Unknown
February 2, 2010 at 4:06 AM
good code
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
good code
ReplyDelete