The file's data.
The name of the file.
The webkitRelativePath of the file.
The last modified timestamp of the file.
The size of the file in bytes.
The type of the file.
Returns a promise that resolves to the file's data as an ArrayBuffer.
A promise that resolves to the file's data as an ArrayBuffer.
Returns a promise that resolves to the file's data as a string.
A promise that resolves to the file's data as a string.
Returns a new SdkFile object that represents a portion of the original file.
Optionalstart: numberThe starting position of the slice (optional).
Optionalend: numberThe ending position of the slice (optional).
Optionaltype: 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
MwFileinstead.