Scribus Forums

Scribus => Scripts and Plugins => Topic started by: digirew on December 02, 2020, 05:37:27 PM

Title: Determining the getImageFile() path
Post by: digirew on December 02, 2020, 05:37:27 PM
I can see in the scripter api docs, we have the api to retrieve the actual filename of the image in the image frame... using "getImageFile()".

Is it possible via. scripter to determine the path to this filename?
Title: Re: Determining the getImageFile() path
Post by: digirew on December 02, 2020, 05:52:04 PM
problem solved... just needed to use os.path.abspath()