Read
Load contents from file into storage class. They can be retrieved by GetTxt method.
bool Read( LPCSTR lpcszFile )
Returns TRUE on success and FALSE on failure.
EX1
//run example code in Storage::Write before run this code to see the result. void Storage_Read_ex1() { storage st; bool bRet = st.Read("C:\\Test.xml"); }
Storage::Write
origin.h