How to determine a CFile object is writable or not?

  • Thread starter Thread starter tempc
  • Start date Start date
T

tempc

Guest
Hi,

I am writing a function void MyFun(CFile& File), which receive a CFile object(which is already opened). In MyFun, I need to check whether I can write data to File. How to do that?

Thanks

Continue reading...
 
Back
Top