Feb 15, 2002 #1 mackey333 Technical User May 10, 2001 563 US how do i get the name of the file and it's path back from after 'open' is clicked in a common dialog (the open file one) -Greg :-Q
how do i get the name of the file and it's path back from after 'open' is clicked in a common dialog (the open file one) -Greg :-Q
Feb 15, 2002 #3 Jon4747 Programmer Aug 22, 2001 234 CA Hi, strFilePath = CommonDialog1.FileName This returns the path and the file name strFileName = CommonDialog1.FileTitle This returns the file name only Both of these properties are set when the user selects a file from an open dialog box Jon Upvote 0 Downvote
Hi, strFilePath = CommonDialog1.FileName This returns the path and the file name strFileName = CommonDialog1.FileTitle This returns the file name only Both of these properties are set when the user selects a file from an open dialog box Jon