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

!2164 文件管理相关文档接口版本号不一致情况改正

Merge pull request !2164 from shuzhouhao/master
...@@ -760,7 +760,7 @@ rmdir(path: string, callback:AsyncCallback<void>): void ...@@ -760,7 +760,7 @@ rmdir(path: string, callback:AsyncCallback<void>): void
``` ```
## fileio.rmdirSync ## fileio.rmdirSync<sup>7+</sup>
rmdirSync(path: string): void rmdirSync(path: string): void
......
...@@ -126,7 +126,7 @@ getFreeSizeOfVolume(volumeUuid: string, callback:AsyncCallback&lt;number&gt;):vo ...@@ -126,7 +126,7 @@ getFreeSizeOfVolume(volumeUuid: string, callback:AsyncCallback&lt;number&gt;):vo
}); });
``` ```
## storagestatistics.getBundleStats<sup>9+</sup> ## storagestatistics.getBundleStats
getBundleStats(packageName: string): Promise&lt;BundleStats&gt; getBundleStats(packageName: string): Promise&lt;BundleStats&gt;
...@@ -157,7 +157,7 @@ getBundleStats(packageName: string): Promise&lt;BundleStats&gt; ...@@ -157,7 +157,7 @@ getBundleStats(packageName: string): Promise&lt;BundleStats&gt;
}); });
``` ```
## storagestatistics.getBundleStats<sup>9+</sup> ## storagestatistics.getBundleStats
getBundleStats(packageName: string, callback: AsyncCallback&lt;BundleStats&gt;): void getBundleStats(packageName: string, callback: AsyncCallback&lt;BundleStats&gt;): void
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
import volumemanager from "@ohos.volumeManager"; import volumemanager from "@ohos.volumeManager";
``` ```
## volumemanager.getAllVolumes ## volumemanager.getAllVolumes<sup>9+</sup>
getAllVolumes(): Promise&lt;Array&lt;Volume&gt;&gt; getAllVolumes(): Promise&lt;Array&lt;Volume&gt;&gt;
...@@ -33,7 +33,7 @@ getAllVolumes(): Promise&lt;Array&lt;Volume&gt;&gt; ...@@ -33,7 +33,7 @@ getAllVolumes(): Promise&lt;Array&lt;Volume&gt;&gt;
}); });
``` ```
## volumemanager.getAllVolumes ## volumemanager.getAllVolumes<sup>9+</sup>
getAllVolumes(callback: AsyncCallback&lt;Array&lt;Volume&gt;&gt;): void getAllVolumes(callback: AsyncCallback&lt;Array&lt;Volume&gt;&gt;): void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册