Check are both the file manager and the image editor loaded and ready to use
Flmngr.isLoaded
( checkImgPenToo: boolean ): boolean
Returns true
if both Flmngr and ImgPen are loaded.
This is a combination of the Flmngr.isFlmngrLoaded()
and Flmngr.isImgPenLoaded()
methods.
Parameters
-
checkImgPenToo
:booleanDo you wish to check both Flmngr and ImgPen for loaded, or just Flmngr? Set it to
false
if you want to omit the check for ImgPen being loaded.Default is
true
. Optional