Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.FileData<TObj>.ExistsAsync Method

Check if the file exists.

Class: YetaWF.Core.IO.FileData<TObj>
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public Task<bool> ExistsAsync();

Return Value

Returns true if the file exists, false otherwise.

See Also YetaWF.Core.IO.FileData<TObj> ClassYetaWF.Core Overview