CasewareDocs
New in Caseware Cloud EngagementsSee what's new

PrimaryInputFile

Returns the name of the primary database.

Compatibility

Available as of IDEA version 9.0

Syntax

PrimaryInputFile

Example

Sub Main 
'Open primary database
Set db = Client.OpenDatabase(SmartContext.PrimaryInputFile)
...
End Sub