Blob:getName

Edit

Returns 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

NameTypeDescription
namestring The name of the Blob.

Notes

If a Blob was created without a name, its name will default to the empty string.

See also