Returns the files and folders located at a specified path.
public Task<IEnumerable<FolderItem>> GetFolderItemsForPathAsync( AsyncHandle asyncHandle, string path )
Public Function GetFolderItemsForPathAsync ( asyncHandle As AsyncHandle, path As String ) As Task(Of IEnumerable(Of FolderItem))