
Listing Directories and FIles
Quote:
> Is there a simplier way? I looked through the help, but I can't seem to
> figure out how exactly to implement this method.
This _is_ quite simple. Would you prefer using winapi?
Dim sFile As String()
sFile = System.IO.Directory.GetFiles("C:\WINDOWS", "*.*")
For Each sF In sFile
' Filename in sF
Next
HTH
--
Viele Gr?e,
Mirko
PGP-Key http://www.walter-edv.de/PGPprivat.asc