Hi,
I am using the UXP API to create the text file at a specific location but the text file is not creating.
My requirement is that - create a text file without showing/pop-up dialog box and I file should be saved at "User's Document" folder or any other drive or outside of plugin-data, plugin-temp, plugin folder.
I write this script to create the file inside the user's document folder but it's not working (file is not creating).
await fs.createEntryWithUrl("file:/Users/<username>/Documents/test.txt", { overwrite: true });