|
@@ -59,11 +59,7 @@ class File {
|
|
}
|
|
}
|
|
|
|
|
|
public static function loadUrl(url: String) {
|
|
public static function loadUrl(url: String) {
|
|
- #if krom_windows // TODO: implement in Kinc
|
|
|
|
- Krom.sysCommand('start "" "' + url + '"');
|
|
|
|
- #else
|
|
|
|
Krom.loadUrl(url);
|
|
Krom.loadUrl(url);
|
|
- #end
|
|
|
|
}
|
|
}
|
|
|
|
|
|
public static function delete(path: String) {
|
|
public static function delete(path: String) {
|