/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/ |
H A D | cloud_daemon.cpp | 118 const string moveFile = "persist.kernel.move.finish"; in HandleStartMove() local 119 system::SetParameter(moveFile, "false"); in HandleStartMove() 145 system::SetParameter(moveFile, "true"); in HandleStartMove()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-fileAccess-sys.md | 2477 ### moveFile<sup>11+</sup> 2479 moveFile(sourceUri: string, destUri: string, fileName: string) : Promise<string> 2526 let fileUri = await fileAccessHelper.moveFile(sourceUri, destUri, fileName); 2527 console.log("moveFile sucess, fileUri: " + JSON.stringify(fileUri)); 2531 console.error("moveFile failed, errCode:" + error.code + ", errMessage:" + error.message); 2536 ### moveFile<sup>11+</sup> 2538 moveFile(sourceUri: string, destUri: string, fileName: string, callback: AsyncCallback<string&g… 2579 … fileAccessHelper.moveFile(sourceUri, destUri, fileName, (err: BusinessError, fileUri: string) => { 2581 … console.error("Failed to moveFile in async, errCode:" + err.code + ", errMessage:" + err.message); 2583 console.log("moveFile sucess, fileUri: " + JSON.stringify(fileUri)); [all …]
|
H A D | js-apis-system-file.md | 23 > 从API version 10开始废弃,请使用[fs.moveFile](js-apis-file-fs.md#fsmovefile)替代。
|
H A D | js-apis-file-fs.md | 3336 ## fs.moveFile 3338 moveFile(src: string, dest: string, mode?: number): Promise\<void> 3371 fs.moveFile(srcPath, destPath, 0).then(() => { 3378 ## fs.moveFile 3380 moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void 3408 fs.moveFile(srcPath, destPath, 0, (err: BusinessError) => { 3417 ## fs.moveFile 3419 moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void 3446 fs.moveFile(srcPath, destPath, (err: BusinessError) => {
|
/ohos5.0/docs/zh-cn/application-dev/file-management/ |
H A D | app-file-access.md | 19 | moveFile | 移动文件 | 方法 | √ | √ |
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-fileAccess-sys.md | 2477 ### moveFile<sup>11+</sup> 2479 moveFile(sourceUri: string, destUri: string, fileName: string) : Promise<string> 2525 let fileUri = await fileAccessHelper.moveFile(sourceUri, destUri, fileName); 2526 console.log("moveFile sucess, fileUri: " + JSON.stringify(fileUri)); 2530 console.error("moveFile failed, errCode:" + error.code + ", errMessage:" + error.message); 2535 ### moveFile<sup>11+</sup> 2537 moveFile(sourceUri: string, destUri: string, fileName: string, callback: AsyncCallback<string&g… 2578 … fileAccessHelper.moveFile(sourceUri, destUri, fileName, (err: BusinessError, fileUri: string) => { 2580 … console.error("Failed to moveFile in async, errCode:" + err.code + ", errMessage:" + err.message); 2582 console.log("moveFile sucess, fileUri: " + JSON.stringify(fileUri)); [all …]
|
H A D | js-apis-system-file.md | 23 > This API is deprecated since API version 10. Use [fs.moveFile](js-apis-file-fs.md#fsmovefile) ins…
|
H A D | js-apis-file-fs.md | 3340 ## fs.moveFile 3342 moveFile(src: string, dest: string, mode?: number): Promise\<void> 3375 fs.moveFile(srcPath, destPath, 0).then(() => { 3382 ## fs.moveFile 3384 moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void 3412 fs.moveFile(srcPath, destPath, 0, (err: BusinessError) => { 3421 ## fs.moveFile 3423 moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void 3450 fs.moveFile(srcPath, destPath, (err: BusinessError) => {
|
/ohos5.0/foundation/filemanagement/file_api/ |
H A D | README_zh.md | 74 <p id="p8142558194520"><a name="p8142558194520"></a><a name="p8142558194520"></a>moveFile</p>
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-file-management.md | 7 |新增|NA|模块名: ohos.file.fs<br>类名: fileIo<br>方法 or 属性: function moveFile(src: string, dest: string, mo… 8 |新增|NA|模块名: ohos.file.fs<br>类名: fileIo<br>方法 or 属性: function moveFile(src: string, dest: string, ca… 9 |新增|NA|模块名: ohos.file.fs<br>类名: fileIo<br>方法 or 属性: function moveFile(src: string, dest: string, mo…
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | app-file-access.md | 19 | moveFile | Moves a file.| Method| Supported| Supported|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-file-management.md | 527 … move(options: FileMoveOption): void;<br>新版本信息:10<br>代替接口: ohos.file.fs.moveFile|@system.file.d.ts| 565 …n moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>旧版本信… 658 …moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>旧版本信息:13900001,13900002,139… 659 …moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:13900001,13900… 824 …re function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>旧版本信息:|类名:sourc… 825 …function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:s… 826 …n moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>旧版本信…
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-file-management.md | 7 …hos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFile(src: string, dest… 8 …hos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFile(src: string, dest… 9 …hos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFile(src: string, dest…
|
/ohos5.0/foundation/filemanagement/user_file_service/services/file_extension_hap/entry/src/main/ets/FileExtensionAbility/ |
H A D | FileExtensionAbility.ts | 1074 moveFile(sourceFileUri, targetParentUri, fileName): { string, number } {
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-file-management.md | 527 …): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.moveFile|@system.file.d.ts| 565 …moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old ve… 658 …moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>Old version information: 13… 659 …moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>Old version informat… 824 …moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>Old version information: |C… 825 …moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>Old version informat… 826 …moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old ve…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-file-management.md | 97 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode?: number)… 98 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, callback: Asyn… 99 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode: number, …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-file-management.md | 97 |Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: strin… 98 |Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: strin… 99 |Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: strin…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-file-management.md | 330 … move(options: FileMoveOption): void;<br>新版本信息:10<br>代替接口: ohos.file.fs.moveFile|@system.file.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-file-management.md | 330 …): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.moveFile|@system.file.d.ts|
|