Basic Library for WinRT
GetFileByPathAsync Method

Syntax
'Declaration
 
Public Shared Function GetFileByPathAsync( _
   ByVal folder As Windows.Storage.StorageFolder, _
   ByVal relativePath As System.String _
) As System.Threading.Tasks.Task(Of StorageFile)
public static System.Threading.Tasks.Task<StorageFile> GetFileByPathAsync( 
   Windows.Storage.StorageFolder folder,
   System.string relativePath
)

Parameters

folder
relativePath
See Also

Reference

Extensions Class
Extensions Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback