AdoStream:SaveToFile()

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes > AdoStream Class >

AdoStream:SaveToFile()

Previous pageReturn to chapter overviewNext page

Purpose

Saves the binary contents of a Stream to a file.

 

Prototype

METHOD SaveToFile ( cFilename AS STRING, liOptions AS USUAL )  AS VOID PASCAL CLASS AdoStream

 

Argument(s)

cFilename        STRING the fully-qualified name of the file to which the contents of the Stream will be saved.

liOptions        LONG (Optional) An AdoSaveOptionsEnumvalue that specifies whether a new file should be created by SaveToFile, if it does not already exist

 

 

See Also

AdoStream, AdoSaveOptionsEnum