Share via


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
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