'Declaration
Public Shared Function ContainsFileAsync( _ ByVal folder As StorageFolder, _ ByVal relativePath As String _ ) As Task(Of Boolean)
public static Task<bool> ContainsFileAsync( StorageFolder folder, string relativePath )
Parameters
- folder
- Starting folder.
- relativePath
- Relative path.
Return Value
True if file exists. False - otherwise.