The file's data.
The last modified timestamp of the file.
The name of the file.
The size of the file in bytes.
The type of the file.
The webkitRelativePath of the file.
Returns a new SdkFile
object that represents a portion of the original file.
Optional
start: numberThe starting position of the slice (optional).
Optional
end: numberThe ending position of the slice (optional).
Optional
type: stringThe type of the slice (optional).
A new SdkFile
object that represents a portion of the original file.
Represents a file in the SDK.
Deprecated
Use
MwFile
instead.