7 lines
134 B
Haxe
7 lines
134 B
Haxe
package system.io;
|
|
|
|
@:native("System.IO.Path")
|
|
extern class Path {
|
|
public static function GetFullPath(path: String): String;
|
|
}
|