Blob:getName
EditReturns the filename the Blob was loaded from, or the custom name given to it when it was created. This label is also used in error messages.
name = Blob:getName()Arguments
None
Returns
| Name | Type | Description |
| name | string | The name of the Blob. |
Notes
If a Blob was created without a name, its name will default to the empty string.