HTML Application SDK
A0.101
|
import"StorageManagerPlugin.idl";
Public Attributes | |
readonly attribute Integer | creationTime |
readonly attribute Integer | fileSize |
readonly attribute Integer | lastModifyTime |
readonly attribute String | name |
readonly attribute String | osPath |
readonly attribute String | path |
readonly attribute String | shortName |
readonly attribute enumerations | type |
const Integer | TypeFile = 0 |
const Integer | TypeFolder = 1 |
const Integer | TypeInvalid = 2 |
This is a class which implements global MediaFile object.
readonly attribute Integer MediaFile.creationTime |
Media file creation time as seconds since 1/1/1970 00:00:00 UTC
readonly attribute Integer MediaFile.fileSize |
Media file file size
readonly attribute Integer MediaFile.lastModifyTime |
Media file last modify time as seconds since 1/1/1970 00:00:00 UTC
readonly attribute String MediaFile.name |
Media file name
readonly attribute String MediaFile.osPath |
Media file operating system path
readonly attribute String MediaFile.path |
Media file path
readonly attribute String MediaFile.shortName |
Media file short name
readonly attribute enumerations MediaFile.type |
Media file type: TypeFile:0, TypeFolder:1, TypeInvalid:2
const Integer MediaFile.TypeFile = 0 |
Type file
const Integer MediaFile.TypeFolder = 1 |
Type folder
const Integer MediaFile.TypeInvalid = 2 |
Type invalid