|
|
|
|
|
METHOD: |
|
|
|
saveToFile (ADOStream) |
|
|
|
|
|
|
|
DESCRIPTION: |
|
|
|
Saves the binary contents of a stream object to a file. |
||
|
|
|
|
|
PROPERTY OF: |
|
|
|
|
||
|
|
||
|
SYNTAX: |
|
|
|
<oRef>.saveToFile(<name expC>) |
||
|
<oRef> |
|
|
|
The stream object. |
|
|
|
<name expC> |
|
|
|
A String value that contains the fully-qualified name of the file to which the contents of the stream object will be saved. |
||
|
You can save to any valid local location, or any location you have access to via a UNC value. |
||
|
|
||
|
DESCRIPTION: |
|
|
|
This method will be overwrites the current contents of an existing file. |
||
|
|
||
|
SaveToFile() method may be used to copy the contents of a stream object to a local file. |
||
|
|
||
|
The stream object must be open before calling saveToFile(). |
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|