|
Whitebeam Template Reference Documentation
|
System Template
modify()
Modifies the details of an existing file.
See Also
rb.file.create() Syntax
number = rb.file.modify(fileInfo)
Parameters
The 'modify' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | fileInfo | struct fileInfoType | see definition | Required. Specified elements overwrite existing file information. |
Results
The 'modify' method returns number:
Type/Value | Range/Length | Description |
number |
fileID |
The identifier of the modified file.
|
Remarks A valid file identifier is required. |
|
(loadtime : 69ms) |