IIsolatedStorageFile.GetDirectoryExistsAsync(String) Method

Definition

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task<bool> GetDirectoryExistsAsync (string path);
abstract member GetDirectoryExistsAsync : 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