Path property – Multichannel Systems NeuroExplorer User Manual

Page 334

Advertising
background image

6.2.1. Path Property

Document.Path Property


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

Syntax


string Path

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

doc = nex.OpenDocument('C:\Data\TestDataFile.nex');

path = doc.Path;

JavaScript

var nex = new ActiveXObject("NeuroExplorer.Application");

var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");

var path = doc.Path;

See Also

Document Interface

COM/ActiveX Interfaces

Page 332

Advertising