mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-26 17:00:52 +00:00
commit
726f5684f8
2
api/@ohos.fileManager.d.ts
vendored
2
api/@ohos.fileManager.d.ts
vendored
@ -45,7 +45,7 @@ declare namespace filemanager {
|
||||
* @systemapi
|
||||
*/
|
||||
declare function listFile(path: string, type: string, options?: {dev?: DevInfo, offset?: number, count?: number}): Promise<FileInfo[]>;
|
||||
declare function listFile(path: string, type: string, options?: {dev?: DevInfo, offset?: number, count?: number}, AsyncCallback<FileInfo[]>): void;
|
||||
declare function listFile(path: string, type: string, options?: {dev?: DevInfo, offset?: number, count?: number}, callback: AsyncCallback<FileInfo[]>): void;
|
||||
|
||||
/**
|
||||
* getRoot.
|
||||
|
Loading…
Reference in New Issue
Block a user