Working with the File System in VB6 | Visual Basic 6 (VB6)
Over all you should be able to do almost anything you could do at a DOS prompt in the VB6 environment. ... ' Make the top-level subdirectories below the root with the MkDir statement ... MkDir "A:\SYSTEM" MkDir "A:\COMMAND" MkDir "A:\EXECUTE" ...