How do I get path of the Directory inside my WinForm app project

Posted by Amit Ranjan on Stack Overflow See other posts from Stack Overflow or by Amit Ranjan
Published on 2010-06-08T09:49:04Z Indexed on 2010/06/08 10:02 UTC
Read the original article Hit count: 242

I have a directory named reports inside my winform project in .net. My project name is AccountingReports and inside that Directory reports exists. So i need the way to access this path via code. In Asp.net we use Request.PhysicalApplicationPath property. So is there any method or property exists that will give me the root of my project

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about directory