I wrote myself a little downloading application so that I could easily grab a set of files from my server and put them all onto a new pc with a clean install of Windows, wi
(imports System.IO)
if Not Directory.Exists(Path) then Directory.CreateDirectory(Path) end if