'Declaration
Public Shared Function GetFileByPathAsync( _ ByVal folder As StorageFolder, _ ByVal relativePath As String _ ) As Task(Of StorageFile)
public static Task<StorageFile> GetFileByPathAsync( StorageFolder folder, string relativePath )
Parameters
- folder
- relativePath