Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27513

VS 2010 file scanner

$
0
0
Hey i'm trying to make an full file scanner that can scan every single file on your computer on each hard drive or selected hard drive.

What I got from code is this:

For Each folder In My.Computer.FileSystem.GetDirectories(FolderBrowserDialog1.SelectedPath)
ListBox1.Items.Add(folder)


Next

Viewing all articles
Browse latest Browse all 27513

Trending Articles