Skip to content

format

typescript
MemoryStream.SaveFile(path)

class: MemoryStream

description

Writes all data from the memory stream to the specified file.

parameter

param_nametypedescription
pathstringThe path of the specified file.

reture

typedescription
void

code example