name parameter
Use the name parameter to set or query the document's name. The name is used as the file name for the save and load commands.
Availability
query command
set command
Scope
The current view's document.
Syntax
query name set name documentName
Parameters
documentName Use the documentName parameter to specify the desired name for the current document. This name will be used as the file name for the save and load commands.
Examples
query name set name test.java
load command
query command
save command
set command
sourceName parameter