getPath

Top  Previous  Next

Gets the full path to the WorkFile.

Syntax

getPath()

Parameters

None.

Return code

Path to the WorkFile.

Sample

var concatenated=createWorkFile();
 
log("the temporary file is stored here: "+concatenated.getPath());
 
dd("FILEIN", concatenated.getDD());