Getdocpath function – Multichannel Systems NeuroExplorer User Manual

Page 162

Advertising
background image

5.5.2.1. GetDocPath Function

GetDocPath Function


Returns the full path of the data file.

Syntax


string GetDocPath(doc)

Parameters

Parameter

Type

Description

doc

documentReference Reference to the document.

Returns


Returns the full path of the data file.

Comments


None

Usage

NexScript

doc = GetActiveDocument()

path = GetDocPath(doc)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 160

Advertising