Arbortext IsoView > Programmer's Reference > Properties > FileName
  
FileName
This property defines the name or the URL of the current illustration. It sets the current filename as BSTR.
Introduced with Arbortext IsoView 1.0.
document.ivx1.FileName = "http://www.ptc.com/demo/sample.iso";
//or
form1.edtFile.value = document.ivx1.FileName;