MCPcopy Create free account
hub / github.com/alpha0010/react-native-file-access / isDir

Method isDir

src/NativeFileAccess.ts:99–99  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

97 hardlink(source: string, target: string): Promise<void>;
98 hash(path: string, algorithm: string): Promise<string>;
99 isDir(path: string): Promise<boolean>;
100 ls(path: string): Promise<string[]>;
101 mkdir(path: string): Promise<string>;
102 mv(source: string, target: string): Promise<void>;

Callers 3

FsDemoFunction · 0.65
FsDemoFunction · 0.65
isDirFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected