Hi! I type search word in a textbox and it lists all files that contain the word.
I want the path of these file appear in treeview manner, so intend to separate the file path in many parts (separated by "\")
Do you know any function can do this.
I temporarily not find out, so intend to use string, substring() function to get each part in file path, but seem that VB.Net doesn't allow for i=10 downto 0 syntax (for e.g)
Do you have any idea for this ?
Thanks
I want the path of these file appear in treeview manner, so intend to separate the file path in many parts (separated by "\")
Do you know any function can do this.
I temporarily not find out, so intend to use string, substring() function to get each part in file path, but seem that VB.Net doesn't allow for i=10 downto 0 syntax (for e.g)
Do you have any idea for this ?
Thanks