getPictureFileName
getPictureFileName ( aPicture : picture) : string
Parameter | Type | Description | |
---|---|---|---|
aPicture | picture | -> | Picture for which to get default name |
Result | string | <- | Default name of picture file |
Description
The getPictureFileName
command returns the current default name of the picture passed as parameter.
The default name is used when exporting the picture to a disk file. It can be set automatically based on the original name of the picture file imported into the picture variable, or using the setPictureFileName
command.
If the picture does not have a default name, the command returns an empty string.