PlatformAPI
Direct Subclass:
Static Method Summary
Static Public Methods | ||
public static |
readFile(path: *, mime: *) |
|
public static |
resolveURL(path: *, base: *): * |
|
public static |
showOpenDialog(title: *, args: *) |
|
public static |
showSaveDialog(title: *, savedata_cb: *, args: *) |
|
public static |
writeFile(data: *, handle: *, mime: *) |
Static Public Methods
public static readFile(path: *, mime: *) source
Params:
Name | Type | Attribute | Description |
path | * | ||
mime | * |
public static resolveURL(path: *, base: *): * source
Params:
Name | Type | Attribute | Description |
path | * | ||
base | * |
|
Return:
* |
public static showOpenDialog(title: *, args: *) source
Params:
Name | Type | Attribute | Description |
title | * | ||
args | * |
|
public static showSaveDialog(title: *, savedata_cb: *, args: *) source
Params:
Name | Type | Attribute | Description |
title | * | ||
savedata_cb | * | ||
args | * |
|
public static writeFile(data: *, handle: *, mime: *) source
Params:
Name | Type | Attribute | Description |
data | * | ||
handle | * | ||
mime | * |