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