Click here to Skip to main content
16,012,316 members

Comments by Member 9274864 (Top 15 by date)

Member 9274864 18-Sep-12 6:02am View    
Hello kindly can any one give me the example code to lock the folder, i am struct in this kindly help me to solve this
Member 9274864 18-Sep-12 5:06am View    
Is their any other way to lock the folder
Member 9274864 12-Sep-12 4:08am View    
What is CDataMonitor,do i need to call this function in my code
Member 9274864 7-Sep-12 2:33am View    
Hey Joan Murt kindly help to solve this iam struct in this, i have declared in this way in the CSVfile.cpp file.


CCSVFile::CCSVFile(LPCTSTR lpszFilename, Mode mode)
: CStdioFile(lpszFilename, (mode == modeRead) ?
CFile::modeRead|CFile::shareDenyWrite|CFile::typeText
:
CFile::modeCreate|CFile::modeNoTruncate|CFile::modeReadWrite)

{


But still iam unable to append the file,kindly guide me to solve this.
Member 9274864 6-Sep-12 21:44pm View    
Kindly suggest where i have gone wrong