Skip to content

Commit 982cbae

Browse files
author
Daniel Dunn
committed
Document ability to list subdirectories.
1 parent 6e046f0 commit 982cbae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/Usage/Storage Access Framework.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This method list files lazily **over a granted uri:**
7171
> **Note** `DocumentFileColumn.id` is optional. It is required to fetch the file list from native API. So it is enabled regardless if you include this column or not. And this applies only to this API (`listFiles`).
7272
7373
```dart
74-
/// *Must* be a granted uri from `openDocumentTree`
74+
/// *Must* be a granted uri from `openDocumentTree`, or a URI representing a child under such a granted uri.
7575
final Uri myGrantedUri = ...
7676
final DocumentFile? documentFileOfMyGrantedUri = await myGrantedUri.toDocumentFile();
7777
@@ -598,6 +598,7 @@ This class represents but is not the mirror of the original [`DocumentFile`](htt
598598

599599
This class is not intended to be instantiated, and it is only used for typing and convenient purposes.
600600

601+
601602
### <samp>QueryMetadata</samp>
602603

603604
This class wraps useful metadata of the source queries returned by the `PartialDocumentFile`.

0 commit comments

Comments
 (0)