Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha0010/react-native-file-access
/ ls
Function
ls
src/index.ts:246–248 ·
view source on GitHub ↗
* List files in a directory.
(path: string)
Source
from the content-addressed store, hash-verified
244
* List files in a directory.
245
*/
246
ls(path: string) {
247
return
FileAccessNative.ls(path);
248
},
249
250
/**
251
* Make a
new
directory.
Callers
nothing calls this directly
Calls
1
ls
Method · 0.65
Tested by
no test coverage detected