FileInfo
FileInfo 对象用于存储有关文件或文件夹的信息。
{
name: String,
length: Number,
lastModified: Date,
absolutePath: String,
mimeType: String, // Correct spelling: mimeType
isHidden: Boolean,
isBlank: Boolean,
}
FileInfo 对象用于存储有关文件或文件夹的信息。
{
name: String,
length: Number,
lastModified: Date,
absolutePath: String,
mimeType: String, // Correct spelling: mimeType
isHidden: Boolean,
isBlank: Boolean,
}