未验证 提交 3b8204d2 编写于 作者: O openharmony_ci 提交者: Gitee

!15384 bugfix fs movefile标签补充前缀

Merge pull request !15384 from zhuhongtao666/fsdoc
...@@ -1664,7 +1664,7 @@ listFile(path: string, options?: { ...@@ -1664,7 +1664,7 @@ listFile(path: string, options?: {
}); });
``` ```
## listFileSync ## fs.listFileSync
listFileSync(path: string, options?: { listFileSync(path: string, options?: {
recursion?: boolean; recursion?: boolean;
...@@ -1714,7 +1714,7 @@ listFileSync(path: string, options?: { ...@@ -1714,7 +1714,7 @@ listFileSync(path: string, options?: {
console.info("filename: %s", filenames[i]); console.info("filename: %s", filenames[i]);
} }
``` ```
## moveFile ## fs.moveFile
moveFile(src: string, dest: string, mode?: number): Promise<void>; moveFile(src: string, dest: string, mode?: number): Promise<void>;
...@@ -1740,7 +1740,7 @@ moveFile(src: string, dest: string, mode?: number): Promise<void>; ...@@ -1740,7 +1740,7 @@ moveFile(src: string, dest: string, mode?: number): Promise<void>;
}); });
``` ```
## moveFile ## fs.moveFile
moveFile(src: string, dest: string, mode?: number, callback: AsyncCallback<void>): void; moveFile(src: string, dest: string, mode?: number, callback: AsyncCallback<void>): void;
...@@ -1769,7 +1769,7 @@ moveFile(src: string, dest: string, mode?: number, callback: AsyncCallback<void> ...@@ -1769,7 +1769,7 @@ moveFile(src: string, dest: string, mode?: number, callback: AsyncCallback<void>
}); });
``` ```
## moveFileSync ## fs.moveFileSync
moveFile(src: string, dest: string, mode?: number): void; moveFile(src: string, dest: string, mode?: number): void;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册