Home
last modified time | relevance | path

Searched refs:dirUri (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.js561 async function readDirectoryAsync(dirUri) { argument
565 return await ExponentFileSystem.readSAFDirectoryAsync(dirUri);
H A DFileSystem.d.ts324 function readDirectoryAsync(dirUri: string): Promise<string[]>;
H A DFileSystem.js.map1dirUri [SAF](#saf-uri) URI to the directory.\n * @return A Promise that resolves to an array of …
/expo/packages/expo-file-system/src/
H A DFileSystem.ts692 export async function readDirectoryAsync(dirUri: string): Promise<string[]> {
699 return await ExponentFileSystem.readSAFDirectoryAsync(dirUri);
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfilesystem.mdx756 ### `StorageAccessFramework.readDirectoryAsync(dirUri)`
762 - **dirUri (_string_)** -- [SAF](#saf-uri) URI to the directory.