FileName: String;
The FileName property determines the file name from which container was loaded from.
Add a link to the Metabase system assembly.
Sub UserProc;
Var
FilCon: IAuditFiltersContainer;
Begin
FilCon := New AuditFiltersContainer.Create;
FilCon.Load;
Debug.WriteLine(FilCon.FileName);
End Sub UserProc;
After executing the example the console window displays name of the file, from which the container was loaded.
See also: