Metadata for an entry.
It includes useful information such as:
size of the file (if a file)
date created
date modified
name
Instantiate EntryMetadata by using Entry's getMetadata().
In order to instantiate Entry, you will need to first invoke the localFileSystem and then fetch an instance of a File or Folder.
Metadata for an entry. It includes useful information such as:
Instantiate
EntryMetadataby using Entry's getMetadata(). In order to instantiateEntry, you will need to first invoke thelocalFileSystemand then fetch an instance of a File or Folder.See
https://developer.adobe.com/photoshop/uxp/2022/uxp-api/reference-js/Modules/uxp/Persistent%20File%20Storage/EntryMetadata/
Example