Edit

Share via


IObjectStorageHelper.FileExistsAsync(String) Method

Definition

Determines whether a file already exists.

public System.Threading.Tasks.Task<bool> FileExistsAsync(string filePath);
abstract member FileExistsAsync : string -> System.Threading.Tasks.Task<bool>
Public Function FileExistsAsync (filePath As String) As Task(Of Boolean)

Parameters

filePath
String

Key of the file (that contains object).

Returns

True if a value exists.

Applies to