EncodingTarget.saveToFile
bool saveToFile(string filepath)Saves the target to the provided file location.
Parameters
filepath | the location to store the target at. |
Returns
true if the target was correctly saved, else false.
Throws
[ErrorWrap]
bool saveToFile(string filepath)Saves the target to the provided file location.
filepath | the location to store the target at. |