class Program { function : Main(args : String[]) ~ Nil { System.IO.File.Directory->CreatePath("your/path/name")->PrintLine(); } }