Ejemplo n.º 1
0
 static function withExtension($path, $ext)
 {
     $s = new haxe_io_Path($path);
     $s->ext = $ext;
     return $s->toString();
 }