DefaultFileName: String;
The DefaultFileName property returns complete default container file name.
Add a link to the Metabase system assembly.
Sub UserProc;
Var
FilCon: IAuditFiltersContainer;
Begin
FilCon := New AuditFiltersContainer.Create;
Debug.WriteLine(FilCon.DefaultFileName);
End Sub UserProc;
After executing the example full name of a container file by default is displayed in a console window.
See also: