FileName
- Updated2026-03-24
- 1 minute(s) read
The file name of the circuit currently loaded in Multisim.
Syntax
Property FileName As String
Remarks
This read-only string contains the full file name, including path, of the circuit file currently loaded in Multisim.
Example
Dim Circuit As MultisimInterface.MultisimCircuit
Dim StrFileName As String
StrFileName = Circuit.FileName
See Also