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.

See also