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
System.String

For internal use by the Xamarin.Forms platform.

Returns

System.Threading.Tasks.Task<System.Boolean>

For internal use by the Xamarin.Forms platform.

Applies to