how to get file pathSSShantoh Singh12yAsked Mar 3, 2014, 3:10 PM1.3kVisual Basic .NEThow to get filepath from the OpenFileDialog ? please tell me the sample code
Shweta Lodha12y agoPosted Mar 3, 2014, 3:11 PMAccepted answertry this:string path = System.IO.Path.GetDirectoryName(myOpenFileDialog.FileName);
Shweta LodhaPosted Mar 3, 2014, 3:11 PM
string path = System.IO.Path.GetDirectoryName(myOpenFileDialog.FileName);