Interface IStorageFile
Represents a file. Provides information about the file and its contents, and ways to manipulate them.
[NotClientImplementable]
public interface IStorageFile : IStorageItem, IDisposable
- Inherited Members
- Extension Methods
Methods
OpenReadAsync()
Opens a stream for read access.
Task<Stream> OpenReadAsync()
Returns
Exceptions
OpenWriteAsync()
Opens stream for writing to the file.
Task<Stream> OpenWriteAsync()