harmony 鸿蒙File Management Subsystem Changelog
File Management Subsystem Changelog
cl.filemanagement.1 Filter Module Change
Moved Filter from @ohos.fileio to @ohos.file.fs. The attributes of Filter remain unchanged.
Change Impact
If your application is developed using the APIs of earlier versions, note that the position of Filter in the d.ts file and the module name are changed. The Filter type is moved to @ohos.file.fs.
Key API/Component Changes
Before the change, Filter is in the @ohos.fileio module and imported as follows:
import Filter from '@ohos.fileio';
Adaptation Guide
Now, Filter is in the @ohos.file.fs module and imported as follows:
import Filter from '@ohos.file.fs';
你可能感兴趣的鸿蒙文章
harmony 鸿蒙App Access Control Subsystem ChangeLog
harmony 鸿蒙Security Subsystem Changelog
harmony 鸿蒙Web Subsystem Changelog
harmony 鸿蒙Account Subsystem Changelog
harmony 鸿蒙ArkUI Subsystem Changelog
harmony 鸿蒙Bundle Manager Subsystem Changelog
harmony 鸿蒙Common Event Subsystem Changelog
harmony 鸿蒙Pasteboard Subsystem Changelog
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦