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