I guess this will be fairly tricky(maybe not) so i'm hoping somebody knows of a tutorial or pre-made code for populating a listview from a text list.
My text list data has 2 delimiters "|" and "," and is of the form
path filename|filesize,path filename|filesize etc
example being c:\file1.exe|34502,c:\file2.exe|31233..etc.
Well my task is to read any length of list, as in the example, and display in a suitable way.
