Folder picker

Hi,
Is there a way to invoke the folder picker with a predefined path instead of the default path?
That would be a lot more convenient when saving different version of an active.document to the path of the original file and it would still need the clients permission.

You can use [options.initialDomain] to determine your predefined folder like userPictures

see: https://www.adobe.io/photoshop/uxp/uxp/reference-js/Modules/uxp/Persistent%20File%20Storage/FileSystemProvider/#getfolderoptions

Use a predefined custom path not work currently for security reasons: How can I get current user "Download" folder

Apologies for the lack of precision.
What I would like to be able to do is: const folder = await fs.getFolder(myPath); which would still ask the clients permission. This would be a lot faster then searching the drives for the proper folder and would give the SAME level of security protection.

I think this is not possible at the moment. But sounds great :+1:t2: