forked from LeenkxTeam/LNXSDK
7 lines
155 B
Haxe
7 lines
155 B
Haxe
package system.io;
|
|
|
|
@:native("System.IO.Directory")
|
|
extern class Directory {
|
|
public static function CreateDirectory(path: String): DirectoryInfo;
|
|
}
|