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