Skip to main content

getPictureFileName

getPictureFileName ( aPicture : picture) : string

ParameterTypeDescription
aPicturepicture->Picture for which to get default name
Resultstring<-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.

See also

setPictureFileName