getSoundFileRoot() |
Top Previous Next |
getSoundFileRoot()
Returns the full path to the eSignal Sound Files folder.
Parameters
Usage
function main() {
... ...
if ( isLastBarOnChart() == true ) { //clear the Formula Output Window debugClear(); //print a line of text to that window debugPrint( "Your Sound Files folder is located here: " + getSoundFileRoot() + "\n" ); }
}
|