Cimbalino Toolkit
Cimbalino Toolkit
API Reference
Cimbalino.Toolkit.Services
StorageServiceHandler Class
StorageServiceHandler Methods
AppendAllLines Method
AppendAllText Method
BuildFileUri Method
CopyFileAsync Method
CreateDirectoryAsync Method
CreateFileAsync Method
DeleteDirectoryAsync Method
DeleteFileAsync Method
DirectoryExistsAsync Method
FileExistsAsync Method
GetDirectoryNamesAsync Method
GetFileNamesAsync Method
MoveFileAsync Method
OpenFileForReadAsync Method
ReadAllBytesAsync Method
ReadAllLinesAsync Method
ReadAllTextAsync Method
WriteAllBytesAsync Method
WriteAllLinesAsync Method
WriteAllTextAsync Method
StorageServiceHandler
OpenFileForReadAsync Method
Opens a file in the specified mode.
Namespace:
Cimbalino.Toolkit.Services
Assembly:
Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
Copy
public
virtual
Task
<
Stream
>
OpenFileForReadAsync
(
string
path
)
Parameters
path
Type:
System
String
The relative path of the file within the store.
Return Value
Type:
Task
Stream
The
Task
object representing the asynchronous operation.
Implements
IStorageServiceHandler
OpenFileForReadAsync(String)
Version Information
Windows
Supported in: 10.0, 8.1
Windows Phone
Supported in: 8.1
Windows Phone Silverlight
Supported in: 8.1, 8.0
See Also
Reference
StorageServiceHandler Class
Cimbalino.Toolkit.Services Namespace