Read-only property that returns a string with the full path of the document.
Path
nex = actxserver('NeuroExplorer.Application'); doc = nex.OpenDocument('C:\Data\MyDataFile.nex'); path = doc.Path;