06-12-2008, 03:08 PM
Hi Gintaras,
Is there any way to modify the text that goes to the ListBox so that the user only sees the file names (i.e. no fullpath and no extension).
I took off the (1) from dd.FileName(1) to get just the filename.ext
and then did a replacerx to "" for the ext but then when I click on the results in the listbox, of course, it doesn't know the pathname of the file.
Do I have to set up a two dimensional array that (no filepath, no extension) = (with filepath, with extension)?
Thanks for any help!!!
Stuart
Is there any way to modify the text that goes to the ListBox so that the user only sees the file names (i.e. no fullpath and no extension).
I took off the (1) from dd.FileName(1) to get just the filename.ext
and then did a replacerx to "" for the ext but then when I click on the results in the listbox, of course, it doesn't know the pathname of the file.
Do I have to set up a two dimensional array that (no filepath, no extension) = (with filepath, with extension)?
Thanks for any help!!!
Stuart
