Edit in GitHubLog an issue

require('uxp').storage.EntryMetadata

Metadata for an entry. It includes useful information such as:

  • size of the file (if a file)
  • date created
  • date modified
  • name

You'll not instantiate this directly; use Entry#getMetadata to do so.

name : string

The name of the entry.

size : number

The size of the entry, if a file. Zero if a folder.

dateCreated : Date

The date this entry was created.

dateModified : Date

The date this entry was modified.

isFile : boolean

Indicates if the entry is a file

isFolder : boolean

Indicates if the entry is a folder

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.