Returns the expanded path to the persistent storage.
bool ExpandDataFile( std::tstring& strDataFile ) const; |
strDataFile will be filled with the
full path to the file to be used for persistent storage.
If the DataFile property includes environmment variables such as %TMP%
,
these will be expanded.
Returns true if the expansion succeeds, false if it fails. It will always fail if the DataFile property is empty.
Header: rtdhandles.h
PersistentHandleCache<T> Class | PersistentHandleCache<T> Methods | GetDataFile