Path

Read-only property that returns a string with the full path of the document.

Syntax

Path

Matlab Example

nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\MyDataFile.nex');
path = doc.Path;