Home
last modified time | relevance | path

Searched defs:move (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/api/
D@ohos.file.fileAccess.d.ts792 move(sourceFile: string, destFile: string) : Promise<string>; method
793 move(sourceFile: string, destFile: string, callback: AsyncCallback<string>) : void; method
D@system.file.d.ts663 static move(options: FileMoveOption): void; method in File