wrxdriven Posted October 22, 2003 Posted October 22, 2003 how do i get the folder that the file i picked in a savedialog is from. i.e. c:/desktop/ftop/mytext.html i want to display in a text box c:/desktop/ftop/ help me please' Thanks Quote
Winston Posted October 22, 2003 Posted October 22, 2003 MsgBox(System.IO.Path.GetDirectoryName(savedialog.FileName)) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.