Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
CFileStatus fs;
CFile::GetStatus(fileName,fs);
fs.m_mtime=0;
fs.m_attribute &= ~(CFile::readOnly);
CFile::SetStatus(fileName,fs);