Get a list of all files inside of a directory in vb.net

It looks like you want to use Directory.GetFiles() in the System.IO namespace.

Docs here.

Leave a Comment