virtual SInt64 GetFileModifyTime(const char* purl);
GetFileModifyTime returns last modified date/time required for file change detection. The method can be implemented to return 0 if no change detection is desired. Default implementation checks the file time if SF_ENABLE_SYSFILE is defined.
Parameters |
Description |
const char* purl |
URL to the file. The URL should be encoded as UTF-8 to support international file names. |
Last modified date/time.