This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Imports System | |
Imports System.Drawing | |
Module Program | |
Sub Main(args As String()) | |
Dim sourcePath As String = args(0) | |
Dim outputPath As String = args(1) | |
IO.Directory.CreateDirectory(outputPath) |