Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new file that is associated with this object.
Syntax
public boolean addNewFile(str fileName)
Run On
Called
Parameters
- fileName
Type: str
The file name that is associated with this object.
Return Value
Type: boolean
true if the file was successfully created; otherwise, false.
Remarks
This method is called during by the SysVersionControlSystem.commandAdd method.