Méthode | Description | |
---|---|---|
Load ( this context, String fromFileName ) : void |
Loads the workspace from the given file.
|
|
Save ( this context, String toFileName ) : void |
Saves the workspace in the given file.
|
public static Load ( this context, String fromFileName ) : void | ||
context | this | |
fromFileName | String | The path to the file. |
Résultat | void |
public static Save ( this context, String toFileName ) : void | ||
context | this | |
toFileName | String | The path to the file. |
Résultat | void |