getDirectory method
void
getDirectory([
- String? path,
- FileSystemFlags options,
- FileSystemEntryCallback successCallback,
- ErrorCallback errorCallback,
The FileSystemDirectoryEntry interface's method
getDirectory()
returns a
FileSystemDirectoryEntry object corresponding to a directory contained
somewhere within the directory subtree rooted at the directory on which
it's called.
Implementation
external void getDirectory([
String? path,
FileSystemFlags options,
FileSystemEntryCallback successCallback,
ErrorCallback errorCallback,
]);