Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / Extensions Class / GetFileByPathAsync Method

In This Topic
    GetFileByPathAsync Method
    In This Topic
    Returns the StorageFile object for a file at a given path relative to the given folder.
    Syntax
    '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
    See Also