save File
open override fun saveFile( reference: ResolverReference, fileContents: ByteArray, successHandler: () -> Unit, failureHandler: (ErrorCode, Throwable?) -> Unit)
Content copied to clipboard
Save the file to where it is stored.
Parameters
reference
The ResolverReference that identifies the target file to save.
file Contents
The contents of the file to save.