|
MapGuide API Reference
|
| void MgByteSink::ToFile | ( | CREFSTRING | filename | ) |
Writes the content of the byte reader to a file. If the full contents of the reader cannot be written to the file then the file is deleted and an MgException is raised.
| void ToFile(string filename); |
| void ToFile(String filename); |
| void ToFile(string filename); |
| filename | (String/string) Destination file name |