CreateFileFromMemblock

Description

Creates a file from a memblock without any processing of the memblock data, the file will be a byte for byte copy of the memblock data. You can use relative paths in the file name to write to sub folders or use SetFolder to browse there first. You can use absolute paths by adding a forward slash to the beginning of the filename, in this case the folder set with SetFolder is ignored. For example /media/file.txt will place it in the media folder even if SetFolder was used to browse to /media/somefolder

Definition

CreateFileFromMemblock( filename, memID )

Parameters