VB Code:
Dim strPath as String Dim strFile as String strPath = "C:\Windows\" strFile = Dir$(strPath) 'Get the first file Do While Len(strFile) > 0 List1.AddItem strPath & strFile strFile = Dir$ 'Get the next file Loop
|
Results 1 to 4 of 4
Thread: filepaths |
Click Here to Expand Forum to Full Width |