name parameter

The name parameter may be used to query or set the document's file name.  The file name is used by the save and load commands.

Availability

query command
set command

Scope

The current view's document.

Syntax

query name
set name fileName 

Parameters

fileName Use the fileName parameter to specify the desired file name.

Examples

query name
set name test.java 


load command
query command
save command
set command