So I do something like that, now I want (i guess) create an array with the name of the File for one ~column~ and the full path for another. It returns Null charachters as seperators. So I haveCode:CMD.Flags = cdlOFNAllowMultiselect + cdlOFNExplorer + cdlOFNHideReadOnly CMD.Filter = "TXT Files (*.TXT)|*.txt" CMD.ShowOpen
c:\path\path(null)then file name.txt(null)another.txt
I need to somehow seperate it into an array as described above then put the file names (preferably without .txt) in a ListBox when a line is clicked in a listbox display the appropriate path in a textbox. How do I filter a string like that, first for nulls then whatever, please help!
I think I can do that part it is just seperating/building the array where I need help.
Any recomendations would be great.
Zevlag




Reply With Quote