const char * handle; handle = m_conn->openFile(szRemoteFile,"writeOnly","createTruncate"); if (handle == 0 ) { return false; } ... Read More
posted @ 2015-05-11 23:16 findumars Views(301) Comments(0) Diggs(0)