Task<TryResults<bool>> FileExists( string path )
Function FileExists ( path As String ) As Task(Of TryResults(Of Boolean))
Task<TryResults<bool>^>^ FileExists( String^ path )
abstract FileExists : path : string -> Task<TryResults<bool>>
In This Article