someone help shine some light here. it’s my first time going through uxp and am on the documentation. so am looking at the file system and this page to be specific “https://developer.adobe.com/photoshop/uxp/2022/uxp/reference-js/Modules/uxp/Persistent%20File%20Storage/File/” and am realizing that the "
require(‘uxp’).storage.File
returns undefined on the console. could I be missing something ?
B
Also on the following, file system provider is also undefined . “https://developer.adobe.com/photoshop/uxp/2022/uxp/reference-js/Modules/uxp/Persistent%20File%20Storage/FileSystemProvider/”
Example simmilar to the above screenshot when fs is replaced with " require(‘uxp’).storage.FileSystemProvider"
C
when I check properties of
require(‘uxp’).storage
I realize none of the above is in the property tree. could I be misunderstanding something or it’s an issue