XLL+ Class Library (7.0)

RollingFileAppender::getExpandedFile

Returns the complete destination file name, including the substituted date/time part

const std::basic_string<TCHAR>& getExpandedFile( ) const;

Return Value

Returns the full path of the file being written to. The date/time part (%t) will be substituted by the date/time of the current log file.

Requirements

Header: cpplog.h

See Also

RollingFileAppender Class | RollingFileAppender Methods