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.
Saves the element to the disk by using the specified file name.
Syntax
public boolean toFile(FilenameSave _filename, [boolean _creating])
Run On
Client
Parameters
- _filename
Type: FilenameSave Extended Data Type
The specified file name.
- _creating
Type: boolean
A Boolean value that indicates if the save operation is executed when the element is created.
Return Value
Type: boolean
true if the file is saved successfully; otherwise, false.