| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.file.fs
类名: fileIo
方法 or 属性: function listFile(path: string, options?: {
recursion?: boolean;
listNum?: number;
filter?: Filter;
}): Promise\;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: fileIo
方法 or 属性: function listFile(path: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: fileIo
方法 or 属性: function listFile(path: string, options: {
recursion?: boolean;
listNum?: number;
filter?: Filter;
}, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: fileIo
方法 or 属性: function listFileSync(path: string, options?: {
recursion?: boolean;
listNum?: number;
filter?: Filter;
}): string[];|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: fileIo
方法 or 属性: function moveFile(src: string, dest: string, mode?: number): Promise\;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: fileIo
方法 or 属性: function moveFile(src: string, dest: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: fileIo
方法 or 属性: function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: fileIo
方法 or 属性: function moveFileSync(src: string, dest: string, mode?: number): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: File
方法 or 属性: lock(exclusive?: boolean): Promise\;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: File
方法 or 属性: lock(callback: AsyncCallback\): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: File
方法 or 属性: lock(exclusive: boolean, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: File
方法 or 属性: tryLock(exclusive?: boolean): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs
类名: File
方法 or 属性: unlock(): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.hash
类名: hash|@ohos.file.hash.d.ts|
|新增|NA|类名:hash
方法or属性:|@ohos.file.hash.d.ts|
|新增|NA|模块名: ohos.file.hash
类名: hash
方法 or 属性:function hash(path: string, algorithm: string): Promise\;|@ohos.file.hash.d.ts|
|新增|NA|类名:hash
方法or属性:function hash(path: string, algorithm: string): Promise\;|@ohos.file.hash.d.ts|
|新增|NA|模块名: ohos.file.hash
类名: hash
方法 or 属性:function hash(path: string, algorithm: string, callback: AsyncCallback\): void;|@ohos.file.hash.d.ts|
|新增|NA|类名:hash
方法or属性:function hash(path: string, algorithm: string, callback: AsyncCallback\): void;|@ohos.file.hash.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: picker|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewMIMETypes|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewMIMETypes
方法 or 属性: IMAGE_TYPE = "image/*"|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewMIMETypes
方法 or 属性: VIDEO_TYPE = "video/*"|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewMIMETypes
方法 or 属性: IMAGE_VIDEO_TYPE = "*/*"|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoSelectOptions|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoSelectOptions
方法 or 属性: MIMEType?: PhotoViewMIMETypes;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoSelectOptions
方法 or 属性: maxSelectNumber?: number;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoSelectResult|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoSelectResult
方法 or 属性: photoUris: Array\;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoSelectResult
方法 or 属性: isOriginalPhoto: boolean;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoSaveOptions|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoSaveOptions
方法 or 属性: newFileNames?: Array\;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewPicker|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewPicker
方法 or 属性: select(option?: PhotoSelectOptions) : Promise\;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewPicker
方法 or 属性: select(option: PhotoSelectOptions, callback: AsyncCallback\) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewPicker
方法 or 属性: select(callback: AsyncCallback\) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewPicker
方法 or 属性: save(option?: PhotoSaveOptions) : Promise\>;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewPicker
方法 or 属性: save(option: PhotoSaveOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: PhotoViewPicker
方法 or 属性: save(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: DocumentSelectOptions|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: DocumentSaveOptions|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: DocumentSaveOptions
方法 or 属性: newFileNames?: Array\;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: DocumentViewPicker|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: DocumentViewPicker
方法 or 属性: select(option?: DocumentSelectOptions) : Promise\>;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: DocumentViewPicker
方法 or 属性: select(option: DocumentSelectOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: DocumentViewPicker
方法 or 属性: select(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: DocumentViewPicker
方法 or 属性: save(option?: DocumentSaveOptions) : Promise\>;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: DocumentViewPicker
方法 or 属性: save(option: DocumentSaveOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: DocumentViewPicker
方法 or 属性: save(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: AudioSelectOptions|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: AudioSaveOptions|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: AudioSaveOptions
方法 or 属性: newFileNames?: Array\;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: AudioViewPicker|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: AudioViewPicker
方法 or 属性: select(option?: AudioSelectOptions) : Promise\>;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: AudioViewPicker
方法 or 属性: select(option: AudioSelectOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: AudioViewPicker
方法 or 属性: select(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: AudioViewPicker
方法 or 属性: save(option?: AudioSaveOptions) : Promise\>;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: AudioViewPicker
方法 or 属性: save(option: AudioSaveOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.picker
类名: AudioViewPicker
方法 or 属性: save(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts|
|新增|NA|模块名: ohos.file.securityLabel
类名: DataLevel
方法 or 属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|类名:DataLevel
方法or属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel
类名: DataLevel
方法 or 属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|类名:DataLevel
方法or属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel
类名: DataLevel
方法 or 属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|类名:DataLevel
方法or属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel
类名: DataLevel
方法 or 属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|类名:DataLevel
方法or属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel
类名: DataLevel
方法 or 属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|类名:DataLevel
方法or属性:type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.statvfs
类名: statfs|@ohos.file.statvfs.d.ts|
|新增|NA|类名:statfs
方法or属性:|@ohos.file.statvfs.d.ts|
|新增|NA|模块名: ohos.file.statvfs
类名: statfs
方法 or 属性:function getFreeSize(path: string): Promise\;|@ohos.file.statvfs.d.ts|
|新增|NA|类名:statfs
方法or属性:function getFreeSize(path: string): Promise\;|@ohos.file.statvfs.d.ts|
|新增|NA|模块名: ohos.file.statvfs
类名: statfs
方法 or 属性:function getFreeSize(path: string, callback: AsyncCallback\): void;|@ohos.file.statvfs.d.ts|
|新增|NA|类名:statfs
方法or属性:function getFreeSize(path: string, callback: AsyncCallback\): void;|@ohos.file.statvfs.d.ts|
|新增|NA|模块名: ohos.file.statvfs
类名: statfs
方法 or 属性:function getTotalSize(path: string): Promise\;|@ohos.file.statvfs.d.ts|
|新增|NA|类名:statfs
方法or属性:function getTotalSize(path: string): Promise\;|@ohos.file.statvfs.d.ts|
|新增|NA|模块名: ohos.file.statvfs
类名: statfs
方法 or 属性:function getTotalSize(path: string, callback: AsyncCallback\): void;|@ohos.file.statvfs.d.ts|
|新增|NA|类名:statfs
方法or属性:function getTotalSize(path: string, callback: AsyncCallback\): void;|@ohos.file.statvfs.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getTotalSizeOfVolume(volumeUuid: string): Promise\;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getFreeSizeOfVolume(volumeUuid: string): Promise\;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: BundleStats|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: BundleStats
方法 or 属性: appSize: number;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: BundleStats
方法 or 属性: cacheSize: number;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: BundleStats
方法 or 属性: dataSize: number;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getBundleStats(packageName: string, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getBundleStats(packageName: string): Promise\;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getCurrentBundleStats(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getCurrentBundleStats(): Promise\;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getSystemSize(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getSystemSize(): Promise\;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: StorageStats|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: StorageStats
方法 or 属性: total: number;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: StorageStats
方法 or 属性: audio: number;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: StorageStats
方法 or 属性: video: number;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: StorageStats
方法 or 属性: image: number;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: StorageStats
方法 or 属性: file: number;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: StorageStats
方法 or 属性: app: number;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getUserStorageStats(): Promise\;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getUserStorageStats(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getUserStorageStats(userId: number): Promise\;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getUserStorageStats(userId: number, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getTotalSize(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getTotalSize(): Promise\;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getFreeSize(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.storageStatistics
类名: storageStatistics
方法 or 属性: function getFreeSize(): Promise\;|@ohos.file.storageStatistics.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: Volume|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: Volume
方法 or 属性: id: string;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: Volume
方法 or 属性: uuid: string;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: Volume
方法 or 属性: diskId: string;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: Volume
方法 or 属性: description: string;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: Volume
方法 or 属性: removable: boolean;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: Volume
方法 or 属性: state: number;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: Volume
方法 or 属性: path: string;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function getAllVolumes(callback: AsyncCallback\>): void;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function getAllVolumes(): Promise\>;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function mount(volumeId: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function mount(volumeId: string): Promise\;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function unmount(volumeId: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function unmount(volumeId: string): Promise\;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function getVolumeByUuid(uuid: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function getVolumeByUuid(uuid: string): Promise\;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function getVolumeById(volumeId: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function getVolumeById(volumeId: string): Promise\;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function setVolumeDescription(uuid: string, description: string): Promise\;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function format(volumeId: string, fsType: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function format(volumeId: string, fsType: string): Promise\;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function partition(diskId: string, type: number, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts|
|新增|NA|模块名: ohos.file.volumeManager
类名: volumeManager
方法 or 属性: function partition(diskId: string, type: number): Promise\;|@ohos.file.volumeManager.d.ts|
|删除|模块名: ohos.file.hash
类名: Hash|NA|@ohos.file.hash.d.ts|
|删除|模块名: ohos.file.hash
类名: Hash
方法 or 属性:function hash(path: string, algorithm: string): Promise\;|NA|@ohos.file.hash.d.ts|
|删除|模块名: ohos.file.hash
类名: Hash
方法 or 属性:function hash(path: string, algorithm: string, callback: AsyncCallback\): void;|NA|@ohos.file.hash.d.ts|
|删除|模块名: ohos.file.securityLabel
类名: dataLevel
方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts|
|删除|模块名: ohos.file.securityLabel
类名: dataLevel
方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts|
|删除|模块名: ohos.file.securityLabel
类名: dataLevel
方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts|
|删除|模块名: ohos.file.securityLabel
类名: dataLevel
方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts|
|删除|模块名: ohos.file.securityLabel
类名: dataLevel
方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts|
|删除|模块名: ohos.file.statvfs
类名: Statfs|NA|@ohos.file.statvfs.d.ts|
|删除|模块名: ohos.file.statvfs
类名: Statfs
方法 or 属性:function getFreeSize(path: string): Promise\;|NA|@ohos.file.statvfs.d.ts|
|删除|模块名: ohos.file.statvfs
类名: Statfs
方法 or 属性:function getFreeSize(path: string, callback: AsyncCallback\): void;|NA|@ohos.file.statvfs.d.ts|
|删除|模块名: ohos.file.statvfs
类名: Statfs
方法 or 属性:function getTotalSize(path: string): Promise\;|NA|@ohos.file.statvfs.d.ts|
|删除|模块名: ohos.file.statvfs
类名: Statfs
方法 or 属性:function getTotalSize(path: string, callback: AsyncCallback\): void;|NA|@ohos.file.statvfs.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getTotalSizeOfVolume(volumeUuid: string): Promise\;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getFreeSizeOfVolume(volumeUuid: string): Promise\;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: BundleStats|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: BundleStats
方法 or 属性:appSize: number;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: BundleStats
方法 or 属性:cacheSize: number;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: BundleStats
方法 or 属性:dataSize: number;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getBundleStats(packageName: string, callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getBundleStats(packageName: string): Promise\;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getCurrentBundleStats(callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getCurrentBundleStats(): Promise\;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getSystemSize(callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getSystemSize(): Promise\;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: StorageStats|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: StorageStats
方法 or 属性:total: number;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: StorageStats
方法 or 属性:audio: number;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: StorageStats
方法 or 属性:video: number;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: StorageStats
方法 or 属性:image: number;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: StorageStats
方法 or 属性:file: number;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: StorageStats
方法 or 属性:app: number;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getUserStorageStats(userId?: number): Promise\;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getUserStorageStats(callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getUserStorageStats(userId: number, callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getTotalSize(callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getTotalSize(): Promise\;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getFreeSize(callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.storageStatistics
类名: storageStatistics
方法 or 属性:function getFreeSize(): Promise\;|NA|@ohos.storageStatistics.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: Volume|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: Volume
方法 or 属性:id: string;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: Volume
方法 or 属性:uuid: string;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: Volume
方法 or 属性:diskId: string;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: Volume
方法 or 属性:description: string;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: Volume
方法 or 属性:removable: boolean;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: Volume
方法 or 属性:state: number;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: Volume
方法 or 属性:path: string;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function getAllVolumes(callback: AsyncCallback\>): void;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function getAllVolumes(): Promise\>;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function mount(volumeId: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function mount(volumeId: string): Promise\;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function unmount(volumeId: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function unmount(volumeId: string): Promise\;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function getVolumeByUuid(uuid: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function getVolumeByUuid(uuid: string): Promise\;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function getVolumeById(volumeId: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function getVolumeById(volumeId: string): Promise\;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function setVolumeDescription(uuid: string, description: string): Promise\;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function format(volumeId: string, fsType: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function format(volumeId: string, fsType: string): Promise\;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function partition(diskId: string, type: number, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts|
|删除|模块名: ohos.volumeManager
类名: volumeManager
方法 or 属性:function partition(diskId: string, type: number): Promise\;|NA|@ohos.volumeManager.d.ts|
|废弃版本有变化|类名:fileIO
方法 or 属性:function opendir(path: string): Promise\;
废弃版本:N/A|类名:fileIO
方法 or 属性:function opendir(path: string): Promise\;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:fileIO
方法 or 属性:function opendir(path: string, callback: AsyncCallback\): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function opendir(path: string, callback: AsyncCallback\): void;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:fileIO
方法 or 属性:function opendirSync(path: string): Dir;
废弃版本:N/A|类名:fileIO
方法 or 属性:function opendirSync(path: string): Dir;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dir
方法 or 属性:read(): Promise\;
废弃版本:N/A|类名:Dir
方法 or 属性:read(): Promise\;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dir
方法 or 属性:read(callback: AsyncCallback\): void;
废弃版本:N/A|类名:Dir
方法 or 属性:read(callback: AsyncCallback\): void;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dir
方法 or 属性:readSync(): Dirent;
废弃版本:N/A|类名:Dir
方法 or 属性:readSync(): Dirent;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dir
方法 or 属性:close(): Promise\;
废弃版本:N/A|类名:Dir
方法 or 属性:close(): Promise\;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dir
方法 or 属性:close(callback: AsyncCallback\): void;
废弃版本:N/A|类名:Dir
方法 or 属性:close(callback: AsyncCallback\): void;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dir
方法 or 属性:closeSync(): void;
废弃版本:N/A|类名:Dir
方法 or 属性:closeSync(): void;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dirent
废弃版本:N/A|类名:Dirent
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dirent
方法 or 属性:readonly name: string;
废弃版本:N/A|类名:Dirent
方法 or 属性:readonly name: string;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dirent
方法 or 属性:isBlockDevice(): boolean;
废弃版本:N/A|类名:Dirent
方法 or 属性:isBlockDevice(): boolean;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dirent
方法 or 属性:isCharacterDevice(): boolean;
废弃版本:N/A|类名:Dirent
方法 or 属性:isCharacterDevice(): boolean;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dirent
方法 or 属性:isDirectory(): boolean;
废弃版本:N/A|类名:Dirent
方法 or 属性:isDirectory(): boolean;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dirent
方法 or 属性:isFIFO(): boolean;
废弃版本:N/A|类名:Dirent
方法 or 属性:isFIFO(): boolean;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dirent
方法 or 属性:isFile(): boolean;
废弃版本:N/A|类名:Dirent
方法 or 属性:isFile(): boolean;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dirent
方法 or 属性:isSocket(): boolean;
废弃版本:N/A|类名:Dirent
方法 or 属性:isSocket(): boolean;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|废弃版本有变化|类名:Dirent
方法 or 属性:isSymbolicLink(): boolean;
废弃版本:N/A|类名:Dirent
方法 or 属性:isSymbolicLink(): boolean;
废弃版本:9
代替接口:ohos.file.fs.listFile |@ohos.fileio.d.ts|
|起始版本有变化|类名:fileIO
方法 or 属性:function opendirSync(path: string): Dir;
起始版本:N/A|类名:fileIO
方法 or 属性:function opendirSync(path: string): Dir;
起始版本:6|@ohos.fileio.d.ts|
|函数有变化|类名:securityLabel
方法 or 属性:function setSecurityLabel(path: string, type: dataLevel): Promise\;
|类名:securityLabel
方法 or 属性:function setSecurityLabel(path: string, type: DataLevel): Promise\;
|@ohos.file.securityLabel.d.ts|
|函数有变化|类名:securityLabel
方法 or 属性:function setSecurityLabel(path: string, type: dataLevel, callback: AsyncCallback\): void;
|类名:securityLabel
方法 or 属性:function setSecurityLabel(path: string, type: DataLevel, callback: AsyncCallback\): void;
|@ohos.file.securityLabel.d.ts|
|函数有变化|类名:securityLabel
方法 or 属性:function setSecurityLabelSync(path: string, type: dataLevel): void;
|类名:securityLabel
方法 or 属性:function setSecurityLabelSync(path: string, type: DataLevel): void;
|@ohos.file.securityLabel.d.ts|