Method BuildAbsolutePath
BuildAbsolutePath(RecordingSession)
Builds an absolute path from the list of configured output file tags replaced by the RecordingSession.
Declaration
public string BuildAbsolutePath(RecordingSession session)
Parameters
Type | Name | Description |
---|---|---|
RecordingSession | session | The Recorder session used to replace the tags. |
Returns
Type | Description |
---|---|
string | An absolute path towards a file. |