The Base64 class / security.Base64 methods |
Decodes the given base64 string and writes the data to a file.
security.Base64.SaveBinary( path STRING, data STRING )
Decodes the given Base64 string and writes the binary data to the file defined by path.
This method can be used to save data from a network on the disk.
Throws an exception in case of errors, and updates STATUS with an error code.