FileSystem.OpenAppPackageFileAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens a stream to a file contained within the app package.
public static System.Threading.Tasks.Task<System.IO.Stream> OpenAppPackageFileAsync (string filename);
Parameters
- filename
- System.String
the name of the file to load from the app package.
Returns
System.Threading.Tasks.Task<System.IO.Stream>
Returns a stream to the file.