IIsolatedStorageFile.GetFileExistsAsync(String) Method

Definition

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task<bool> GetFileExistsAsync (string path);
abstract member GetFileExistsAsync : string -> System.Threading.Tasks.Task<bool>

Parameters

path
String

For internal use by the Xamarin.Forms platform.

Returns

Task<Boolean>

For internal use by the Xamarin.Forms platform.

Applies to