FileSystem.OpenAppPackageFileAsync(String) Method

Definition

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
String

the name of the file to load from the app package.

Returns

Returns a stream to the file.

Applies to