efw4.X

FileInfo

The FileInfo object is used to store information about a file or folder.

{
  name: String,
  length: Number,
  lastModified: Date,
  absolutePath: String,
  mineType: String, // Typo here: should be mimeType
  isHidden: Boolean,
  isBlank: Boolean,
}