I am using CKFinder 3 (widget), after CKFinder has been initiated with a couple of folders, I need in my JS application to programmatically open one specific CKFinder.
As far I know in CKFinder 2 was possible to use from its API an "openFolder" function.
Currently I cannot find any similar function in the documentation.
I would like to know what is the correct way to open a specific folder from JavaScript.
Notes:
I am aware of configuration properties:
startupPath
rememberLastFolder
startupFolderExpanded
which are working at CKFinder initialization.