BaseObjectStorageHelper.FileExistsAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.