getParent method
The FileSystemEntry interface's method
getParent()
obtains a
FileSystemDirectoryEntry.
Implementation
external void getParent([
FileSystemEntryCallback successCallback,
ErrorCallback errorCallback,
]);
The FileSystemEntry interface's method
getParent()
obtains a
FileSystemDirectoryEntry.
external void getParent([
FileSystemEntryCallback successCallback,
ErrorCallback errorCallback,
]);