Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 335

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 334
6.2.2. FileName Property
Document.FileName Property
Read-only property that returns a string with the file name.
Syntax
string FileName
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
path = doc.Path;
fileName = doc.FileName;
% path is 'C:\Data\TestDataFile.nex'
% fileName is 'TestDataFile.nex'
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var path = doc.Path;
var fileName = doc.FileName;
// path is "C:\\Data\\TestDataFile.nex"
// fileName is "TestDataFile.nex"
See Also
Document Interface
COM/ActiveX Interfaces
Page 333
Seitenansicht 334
1 2 ... 330 331 332 333 334 335 336 337 338 339 340 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare