save_to_file
Description:
public bool save_to_file (string filepath) throws Error
Saves the this to the provided file location.
Parameters:
this |
a EncodingTarget
|
filepath |
the location to store the this at.
|
Returns:
true if the target was correctly saved, else false .
|