Call this function to get the full path to the Job's disk file.

syntaxSyntax:
DlxJob.GetFileName()

Return Value

The full path to the Job's disk file. This string is empty if the job has not been saved or does not have a disk file associated with it.

Example

  Copy codeCopy code
var name = DlxApp.GetJob().GetFileName();
DlxApp.Trace(name);

See also