Edit

Share via


BaseObjectStorageHelper.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>
override this.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 the file exists; otherwise, false.

Implements

Applies to