I have a listbox control on a form which has the following properties:
RowSourceType = 7 - Files
RowSource = "*.csv"
When I run the form, the listbox allows me to go to another directory or another disk drive to locate a file. When I select the file i need, in the List property I only found the filename of the file I selected, and not the entire path.
How can I determine the complete path to the selected file?
Thank you,
Cristian
RowSourceType = 7 - Files
RowSource = "*.csv"
When I run the form, the listbox allows me to go to another directory or another disk drive to locate a file. When I select the file i need, in the List property I only found the filename of the file I selected, and not the entire path.
How can I determine the complete path to the selected file?
Thank you,
Cristian