Opens a random-access stream over the file.
Syntax
storageFile.openAsync(accessMode).done( /* Your success and error handlers */ );
Parameters
- accessMode
-
Type: FileAccessMode
The type of access to allow.
Return value
Type: IAsyncOperation<IRandomAccessStream>
When this method completes, it returns the random-access stream (type IRandomAccessStream).
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013