1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: readonly fd: number;|@ohos.file.fs.d.ts| 4|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: write(buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;|@ohos.file.fs.d.ts| 5|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: write(<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br> ): void;|@ohos.file.fs.d.ts| 6|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: read(buffer: ArrayBuffer, callback: AsyncCallback\<number>): void;|@ohos.file.fs.d.ts| 7|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: read(<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> },<br> callback: AsyncCallback\<number><br> ): void;|@ohos.file.fs.d.ts| 8|Added|NA|Class name: DocumentSelectOptions;<br>Method or attribute name: maxSelectNumber?: number;|@ohos.file.picker.d.ts| 9|Added|NA|Class name: BundleVersion;<br>Method or attribute name: code: number;|@ohos.application.BackupExtensionAbility.d.ts| 10|Added|NA|Class name: BundleVersion;<br>Method or attribute name: name: string;|@ohos.application.BackupExtensionAbility.d.ts| 11|Added|NA|Class name: BackupExtensionAbility;<br>Method or attribute name: onBackup(): void;|@ohos.application.BackupExtensionAbility.d.ts| 12|Added|NA|Class name: BackupExtensionAbility;<br>Method or attribute name: onRestore(bundleVersion: BundleVersion): void;|@ohos.application.BackupExtensionAbility.d.ts| 13|Added|NA|Class name: backup;<br>Method or attribute name: function getLocalCapabilities(): Promise\<FileData>;|@ohos.file.backup.d.ts| 14|Added|NA|Class name: backup;<br>Method or attribute name: function getLocalCapabilities(callback: AsyncCallback\<FileData>): void;|@ohos.file.backup.d.ts| 15|Added|NA|Class name: FileMeta;<br>Method or attribute name: bundleName: string;|@ohos.file.backup.d.ts| 16|Added|NA|Class name: FileMeta;<br>Method or attribute name: uri: string;|@ohos.file.backup.d.ts| 17|Added|NA|Class name: FileData;<br>Method or attribute name: fd: number;|@ohos.file.backup.d.ts| 18|Added|NA|Class name: GeneralCallbacks;<br>Method or attribute name: onFileReady: AsyncCallback\<File>;|@ohos.file.backup.d.ts| 19|Added|NA|Class name: GeneralCallbacks;<br>Method or attribute name: onBundleBegin: AsyncCallback\<string>;|@ohos.file.backup.d.ts| 20|Added|NA|Class name: GeneralCallbacks;<br>Method or attribute name: onBundleEnd: AsyncCallback\<string>;|@ohos.file.backup.d.ts| 21|Added|NA|Class name: GeneralCallbacks;<br>Method or attribute name: onAllBundlesEnd: AsyncCallback\<undefined>;|@ohos.file.backup.d.ts| 22|Added|NA|Class name: GeneralCallbacks;<br>Method or attribute name: onBackupServiceDied: Callback\<undefined>;|@ohos.file.backup.d.ts| 23|Added|NA|Class name: SessionBackup;<br>Method or attribute name: constructor(callbacks: GeneralCallbacks);|@ohos.file.backup.d.ts| 24|Added|NA|Class name: SessionRestore;<br>Method or attribute name: constructor(callbacks: GeneralCallbacks);|@ohos.file.backup.d.ts| 25|Added|NA|Class name: SessionBackup;<br>Method or attribute name: appendBundles(bundlesToBackup: string[]): Promise\<void>;|@ohos.file.backup.d.ts| 26|Added|NA|Class name: SessionBackup;<br>Method or attribute name: appendBundles(bundlesToBackup: string[], callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts| 27|Added|NA|Class name: SessionRestore;<br>Method or attribute name: appendBundles(remoteCapabilitiesFd: number, bundlesToBackup: string[]): Promise\<void>;|@ohos.file.backup.d.ts| 28|Added|NA|Class name: SessionRestore;<br>Method or attribute name: appendBundles(remoteCapabilitiesFd: number, bundlesToBackup: string[], callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts| 29|Added|NA|Class name: SessionRestore;<br>Method or attribute name: publishFile(fileMeta: FileMeta): Promise\<void>;|@ohos.file.backup.d.ts| 30|Added|NA|Class name: SessionRestore;<br>Method or attribute name: publishFile(fileMeta: FileMeta, callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts| 31|Added|NA|Class name: SessionRestore;<br>Method or attribute name: getFileHandle(fileMeta: FileMeta): Promise\<void>;|@ohos.file.backup.d.ts| 32|Added|NA|Class name: SessionRestore;<br>Method or attribute name: getFileHandle(fileMeta: FileMeta, callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts| 33|Added|NA|Class name: SyncState;<br>Method or attribute name: UPLOADING|@ohos.file.cloudSync.d.ts| 34|Added|NA|Class name: SyncState;<br>Method or attribute name: UPLOAD_FAILED|@ohos.file.cloudSync.d.ts| 35|Added|NA|Class name: SyncState;<br>Method or attribute name: DOWNLOADING|@ohos.file.cloudSync.d.ts| 36|Added|NA|Class name: SyncState;<br>Method or attribute name: DOWNLOAD_FAILED|@ohos.file.cloudSync.d.ts| 37|Added|NA|Class name: SyncState;<br>Method or attribute name: COMPLETED|@ohos.file.cloudSync.d.ts| 38|Added|NA|Class name: State;<br>Method or attribute name: COMPLETED|@ohos.file.cloudSync.d.ts| 39|Added|NA|Class name: SyncState;<br>Method or attribute name: STOPPED|@ohos.file.cloudSync.d.ts| 40|Added|NA|Class name: State;<br>Method or attribute name: STOPPED|@ohos.file.cloudSync.d.ts| 41|Added|NA|Class name: ErrorType;<br>Method or attribute name: NO_ERROR|@ohos.file.cloudSync.d.ts| 42|Added|NA|Class name: ErrorType;<br>Method or attribute name: NETWORK_UNAVAILABLE|@ohos.file.cloudSync.d.ts| 43|Added|NA|Class name: ErrorType;<br>Method or attribute name: WIFI_UNAVAILABLE|@ohos.file.cloudSync.d.ts| 44|Added|NA|Class name: ErrorType;<br>Method or attribute name: BATTERY_LEVEL_LOW|@ohos.file.cloudSync.d.ts| 45|Added|NA|Class name: ErrorType;<br>Method or attribute name: BATTERY_LEVEL_WARNING|@ohos.file.cloudSync.d.ts| 46|Added|NA|Class name: ErrorType;<br>Method or attribute name: CLOUD_STORAGE_FULL|@ohos.file.cloudSync.d.ts| 47|Added|NA|Class name: ErrorType;<br>Method or attribute name: LOCAL_STORAGE_FULL|@ohos.file.cloudSync.d.ts| 48|Added|NA|Class name: SyncProgress;<br>Method or attribute name: state: SyncState;|@ohos.file.cloudSync.d.ts| 49|Added|NA|Class name: SyncProgress;<br>Method or attribute name: error: ErrorType;|@ohos.file.cloudSync.d.ts| 50|Added|NA|Class name: GallerySync;<br>Method or attribute name: constructor();|@ohos.file.cloudSync.d.ts| 51|Added|NA|Class name: Download;<br>Method or attribute name: constructor();|@ohos.file.cloudSync.d.ts| 52|Added|NA|Class name: GallerySync;<br>Method or attribute name: on(evt: 'progress', callback: (pg: SyncProgress) => void): void;|@ohos.file.cloudSync.d.ts| 53|Added|NA|Class name: GallerySync;<br>Method or attribute name: off(evt: 'progress', callback: (pg: SyncProgress) => void): void;|@ohos.file.cloudSync.d.ts| 54|Added|NA|Class name: GallerySync;<br>Method or attribute name: off(evt: 'progress'): void;|@ohos.file.cloudSync.d.ts| 55|Added|NA|Class name: Download;<br>Method or attribute name: off(evt: 'progress'): void;|@ohos.file.cloudSync.d.ts| 56|Added|NA|Class name: GallerySync;<br>Method or attribute name: start(): Promise\<void>;|@ohos.file.cloudSync.d.ts| 57|Added|NA|Class name: GallerySync;<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;|@ohos.file.cloudSync.d.ts| 58|Added|NA|Class name: GallerySync;<br>Method or attribute name: stop(): Promise\<void>;|@ohos.file.cloudSync.d.ts| 59|Added|NA|Class name: GallerySync;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|@ohos.file.cloudSync.d.ts| 60|Added|NA|Class name: State;<br>Method or attribute name: RUNNING|@ohos.file.cloudSync.d.ts| 61|Added|NA|Class name: State;<br>Method or attribute name: FAILED|@ohos.file.cloudSync.d.ts| 62|Added|NA|Class name: DownloadProgress;<br>Method or attribute name: state: State;|@ohos.file.cloudSync.d.ts| 63|Added|NA|Class name: DownloadProgress;<br>Method or attribute name: processed: number;|@ohos.file.cloudSync.d.ts| 64|Added|NA|Class name: DownloadProgress;<br>Method or attribute name: size: number;|@ohos.file.cloudSync.d.ts| 65|Added|NA|Class name: DownloadProgress;<br>Method or attribute name: uri: string;|@ohos.file.cloudSync.d.ts| 66|Added|NA|Class name: Download;<br>Method or attribute name: on(evt: 'progress', callback: (pg: DownloadProgress) => void): void;|@ohos.file.cloudSync.d.ts| 67|Added|NA|Class name: Download;<br>Method or attribute name: off(evt: 'progress', callback: (pg: DownloadProgress) => void): void;|@ohos.file.cloudSync.d.ts| 68|Added|NA|Class name: Download;<br>Method or attribute name: start(uri: string): Promise\<void>;|@ohos.file.cloudSync.d.ts| 69|Added|NA|Class name: Download;<br>Method or attribute name: start(uri: string, callback: AsyncCallback\<void>): void;|@ohos.file.cloudSync.d.ts| 70|Added|NA|Class name: Download;<br>Method or attribute name: stop(uri: string): Promise\<void>;|@ohos.file.cloudSync.d.ts| 71|Added|NA|Class name: Download;<br>Method or attribute name: stop(uri: string, callback: AsyncCallback\<void>): void;|@ohos.file.cloudSync.d.ts| 72|Added|NA|Class name: cloudSyncManager;<br>Method or attribute name: function changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean): Promise\<void>;|@ohos.file.cloudSyncManager.d.ts| 73|Added|NA|Class name: cloudSyncManager;<br>Method or attribute name: function changeAppCloudSwitch(<br> accountId: string,<br> bundleName: string,<br> status: boolean,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.file.cloudSyncManager.d.ts| 74|Added|NA|Class name: cloudSyncManager;<br>Method or attribute name: function notifyDataChange(accountId: string, bundleName: string): Promise\<void>;|@ohos.file.cloudSyncManager.d.ts| 75|Added|NA|Class name: cloudSyncManager;<br>Method or attribute name: function notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.file.cloudSyncManager.d.ts| 76|Added|NA|Class name: cloudSyncManager;<br>Method or attribute name: function enableCloud(accountId: string, switches: { [bundleName: string]: boolean }): Promise\<void>;|@ohos.file.cloudSyncManager.d.ts| 77|Added|NA|Class name: cloudSyncManager;<br>Method or attribute name: function enableCloud(<br> accountId: string,<br> switches: { [bundleName: string]: boolean },<br> callback: AsyncCallback\<void><br> ): void;|@ohos.file.cloudSyncManager.d.ts| 78|Added|NA|Class name: cloudSyncManager;<br>Method or attribute name: function disableCloud(accountId: string): Promise\<void>;|@ohos.file.cloudSyncManager.d.ts| 79|Added|NA|Class name: cloudSyncManager;<br>Method or attribute name: function disableCloud(accountId: string, callback: AsyncCallback\<void>): void;|@ohos.file.cloudSyncManager.d.ts| 80|Added|NA|Class name: cloudSyncManager;<br>Method or attribute name: function clean(accountId: string, appActions: { [bundleName: string]: Action }): Promise\<void>;|@ohos.file.cloudSyncManager.d.ts| 81|Added|NA|Class name: cloudSyncManager;<br>Method or attribute name: function clean(accountId: string, appActions: { [bundleName: string]: Action }, callback: AsyncCallback\<void>): void;|@ohos.file.cloudSyncManager.d.ts| 82|Added|NA|Class name: Action;<br>Method or attribute name: RETAIN_DATA|@ohos.file.cloudSyncManager.d.ts| 83|Added|NA|Class name: Action;<br>Method or attribute name: CLEAR_DATA|@ohos.file.cloudSyncManager.d.ts| 84|Added|NA|Class name: FileInfo;<br>Method or attribute name: relativePath: string;|@ohos.file.fileAccess.d.ts| 85|Added|NA|Class name: RootInfo;<br>Method or attribute name: relativePath: string;|@ohos.file.fileAccess.d.ts| 86|Added|NA|Class name: FileKey;<br>Method or attribute name: DISPLAY_NAME = 'display_name'|@ohos.file.fileAccess.d.ts| 87|Added|NA|Class name: FileKey;<br>Method or attribute name: DATE_ADDED = 'date_added'|@ohos.file.fileAccess.d.ts| 88|Added|NA|Class name: FileKey;<br>Method or attribute name: DATE_MODIFIED = 'date_modified'|@ohos.file.fileAccess.d.ts| 89|Added|NA|Class name: FileKey;<br>Method or attribute name: RELATIVE_PATH = 'relative_path'|@ohos.file.fileAccess.d.ts| 90|Added|NA|Class name: FileKey;<br>Method or attribute name: FILE_SIZE = 'size'|@ohos.file.fileAccess.d.ts| 91|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ADD|@ohos.file.fileAccess.d.ts| 92|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_DELETE|@ohos.file.fileAccess.d.ts| 93|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_MOVED_TO|@ohos.file.fileAccess.d.ts| 94|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_MOVED_FROM|@ohos.file.fileAccess.d.ts| 95|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_MOVE_SELF|@ohos.file.fileAccess.d.ts| 96|Added|NA|Class name: NotifyMessage;<br>Method or attribute name: type: NotifyType;|@ohos.file.fileAccess.d.ts| 97|Added|NA|Class name: NotifyMessage;<br>Method or attribute name: uris: Array\<string>;|@ohos.file.fileAccess.d.ts| 98|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: copy(sourceUri: string, destUri: string, force?: boolean): Promise\<Array\<CopyResult>>;|@ohos.file.fileAccess.d.ts| 99|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: copy(sourceUri: string, destUri: string, callback: AsyncCallback\<Array\<CopyResult>>): void;|@ohos.file.fileAccess.d.ts| 100|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: copy(sourceUri: string, destUri: string, force: boolean, callback: AsyncCallback\<Array\<CopyResult>>): void;|@ohos.file.fileAccess.d.ts| 101|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: query(uri: string, metaJson: string): Promise\<string>;|@ohos.file.fileAccess.d.ts| 102|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: query(uri: string, metaJson: string, callback: AsyncCallback\<string>): void;|@ohos.file.fileAccess.d.ts| 103|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: getFileInfoFromUri(uri: string): Promise\<FileInfo>;|@ohos.file.fileAccess.d.ts| 104|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: getFileInfoFromUri(uri: string, callback: AsyncCallback\<FileInfo>): void;|@ohos.file.fileAccess.d.ts| 105|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: getFileInfoFromRelativePath(relativePath: string): Promise\<FileInfo>;|@ohos.file.fileAccess.d.ts| 106|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: getFileInfoFromRelativePath(relativePath: string, callback: AsyncCallback\<FileInfo>): void;|@ohos.file.fileAccess.d.ts| 107|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: registerObserver(uri: string, notifyForDescendants: boolean, callback: Callback\<NotifyMessage>): void;|@ohos.file.fileAccess.d.ts| 108|Added|NA|Class name: FileAccessHelper;<br>Method or attribute name: unregisterObserver(uri: string, callback?: Callback\<NotifyMessage>): void;|@ohos.file.fileAccess.d.ts| 109|Added|NA|Class name: FileUri;<br>Method or attribute name: constructor(uriOrPath: string);|@ohos.file.fileuri.d.ts| 110|Added|NA|Class name: FileUri;<br>Method or attribute name: readonly name: string;|@ohos.file.fileuri.d.ts| 111|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function copyDir(src: string, dest: string, mode?: number): Promise\<void>;|@ohos.file.fs.d.ts| 112|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function copyDir(src: string, dest: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts| 113|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function copyDir(src: string, dest: string, callback: AsyncCallback\<void, Array\<ConflictFiles>>): void;|@ohos.file.fs.d.ts| 114|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts| 115|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void, Array\<ConflictFiles>>): void;|@ohos.file.fs.d.ts| 116|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function copyDirSync(src: string, dest: string, mode?: number): void;|@ohos.file.fs.d.ts| 117|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function createRandomAccessFile(file: string \| File, mode?: number): Promise\<RandomAccessFile>;|@ohos.file.fs.d.ts| 118|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function createRandomAccessFile(file: string \| File, callback: AsyncCallback\<RandomAccessFile>): void;|@ohos.file.fs.d.ts| 119|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function createRandomAccessFile(file: string \| File, mode: number, callback: AsyncCallback\<RandomAccessFile>): void;|@ohos.file.fs.d.ts| 120|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function createRandomAccessFileSync(file: string \| File, mode?: number): RandomAccessFile;|@ohos.file.fs.d.ts| 121|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher;|@ohos.file.fs.d.ts| 122|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function dup(fd: number): File;|@ohos.file.fs.d.ts| 123|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, mode?: number): Promise\<void>;|@ohos.file.fs.d.ts| 124|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts| 125|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, callback: AsyncCallback\<void, Array\<ConflictFiles>>): void;|@ohos.file.fs.d.ts| 126|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts| 127|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void, Array\<ConflictFiles>>): void;|@ohos.file.fs.d.ts| 128|Added|NA|Class name: sourcefile;<br>Method or attribute name: declare function moveDirSync(src: string, dest: string, mode?: number): void;|@ohos.file.fs.d.ts| 129|Added|NA|Class name: sourcefile;<br>Method or attribute name: export type ConflictFiles = {<br> /**<br> * @type { string }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> srcFile: string;<br><br> /**<br> * @type { string }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> destFile: string;<br>};|@ohos.file.fs.d.ts| 130|Added|NA|Class name: File;<br>Method or attribute name: readonly path: string;|@ohos.file.fs.d.ts| 131|Added|NA|Class name: File;<br>Method or attribute name: readonly name: string;|@ohos.file.fs.d.ts| 132|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: readonly filePointer: number;|@ohos.file.fs.d.ts| 133|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: setFilePointer(filePointer: number): void;|@ohos.file.fs.d.ts| 134|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: close(): void;|@ohos.file.fs.d.ts| 135|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: write(<br> buffer: ArrayBuffer \| string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br> ): Promise\<number>;|@ohos.file.fs.d.ts| 136|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: writeSync(<br> buffer: ArrayBuffer \| string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br> ): number;|@ohos.file.fs.d.ts| 137|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: read(<br> buffer: ArrayBuffer,<br> options?: {<br> offset?: number;<br> length?: number;<br> }<br> ): Promise\<number>;|@ohos.file.fs.d.ts| 138|Added|NA|Class name: RandomAccessFile;<br>Method or attribute name: readSync(<br> buffer: ArrayBuffer,<br> options?: {<br> offset?: number;<br> length?: number;<br> }<br> ): number;|@ohos.file.fs.d.ts| 139|Added|NA|Class name: WatchEventListener;<br>Method or attribute name: (event: WatchEvent): void;|@ohos.file.fs.d.ts| 140|Added|NA|Class name: WatchEvent;<br>Method or attribute name: readonly fileName: string;|@ohos.file.fs.d.ts| 141|Added|NA|Class name: WatchEvent;<br>Method or attribute name: readonly event: number;|@ohos.file.fs.d.ts| 142|Added|NA|Class name: WatchEvent;<br>Method or attribute name: readonly cookie: number;|@ohos.file.fs.d.ts| 143|Added|NA|Class name: Watcher;<br>Method or attribute name: start(): void;|@ohos.file.fs.d.ts| 144|Added|NA|Class name: Watcher;<br>Method or attribute name: stop(): void;|@ohos.file.fs.d.ts| 145|Added|NA|Class name: photoAccessHelper;<br>Method or attribute name: function getPhotoAccessHelper(context: Context): PhotoAccessHelper;|@ohos.file.photoAccessHelper.d.ts| 146|Added|NA|Class name: photoAccessHelper;<br>Method or attribute name: type MemberType = number \| string \| boolean;|@ohos.file.photoAccessHelper.d.ts| 147|Added|NA|Class name: PhotoType;<br>Method or attribute name: IMAGE = 1|@ohos.file.photoAccessHelper.d.ts| 148|Added|NA|Class name: PhotoType;<br>Method or attribute name: VIDEO|@ohos.file.photoAccessHelper.d.ts| 149|Added|NA|Class name: AlbumSubtype;<br>Method or attribute name: VIDEO|@ohos.file.photoAccessHelper.d.ts| 150|Added|NA|Class name: PhotoSubtype;<br>Method or attribute name: DEFAULT|@ohos.file.photoAccessHelper.d.ts| 151|Added|NA|Class name: PhotoSubtype;<br>Method or attribute name: SCREENSHOT|@ohos.file.photoAccessHelper.d.ts| 152|Added|NA|Class name: AlbumSubtype;<br>Method or attribute name: SCREENSHOT|@ohos.file.photoAccessHelper.d.ts| 153|Added|NA|Class name: PositionType;<br>Method or attribute name: LOCAL = 1 \<\< 0|@ohos.file.photoAccessHelper.d.ts| 154|Added|NA|Class name: PositionType;<br>Method or attribute name: CLOUD = 1 \<\< 1|@ohos.file.photoAccessHelper.d.ts| 155|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: readonly uri: string;|@ohos.file.photoAccessHelper.d.ts| 156|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: readonly photoType: PhotoType;|@ohos.file.photoAccessHelper.d.ts| 157|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: readonly displayName: string;|@ohos.file.photoAccessHelper.d.ts| 158|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: get(member: string): MemberType;|@ohos.file.photoAccessHelper.d.ts| 159|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: set(member: string, value: string): void;|@ohos.file.photoAccessHelper.d.ts| 160|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 161|Added|NA|Class name: Album;<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 162|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: commitModify(): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 163|Added|NA|Class name: Album;<br>Method or attribute name: commitModify(): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 164|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: open(mode: string, callback: AsyncCallback\<number>): void;|@ohos.file.photoAccessHelper.d.ts| 165|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: open(mode: string): Promise\<number>;|@ohos.file.photoAccessHelper.d.ts| 166|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: getReadOnlyFd(callback: AsyncCallback\<number>): void;|@ohos.file.photoAccessHelper.d.ts| 167|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: getReadOnlyFd(): Promise\<number>;|@ohos.file.photoAccessHelper.d.ts| 168|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: close(fd: number, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 169|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: close(fd: number): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 170|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: getThumbnail(callback: AsyncCallback\<image.PixelMap>): void;|@ohos.file.photoAccessHelper.d.ts| 171|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: getThumbnail(size: image.Size, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.file.photoAccessHelper.d.ts| 172|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: getThumbnail(size?: image.Size): Promise\<image.PixelMap>;|@ohos.file.photoAccessHelper.d.ts| 173|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: setFavorite(favoriteState: boolean, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 174|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: setFavorite(favoriteState: boolean): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 175|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: setHidden(hiddenState: boolean, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 176|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: setHidden(hiddenState: boolean): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 177|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: setUserComment(userComment: string, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 178|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: setUserComment(userComment: string): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 179|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: getExif(callback: AsyncCallback\<string>): void;|@ohos.file.photoAccessHelper.d.ts| 180|Added|NA|Class name: PhotoAsset;<br>Method or attribute name: getExif(): Promise\<string>;|@ohos.file.photoAccessHelper.d.ts| 181|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: URI = 'uri'|@ohos.file.photoAccessHelper.d.ts| 182|Added|NA|Class name: AlbumKeys;<br>Method or attribute name: URI = 'uri'|@ohos.file.photoAccessHelper.d.ts| 183|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: PHOTO_TYPE = 'media_type'|@ohos.file.photoAccessHelper.d.ts| 184|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: DISPLAY_NAME = 'display_name'|@ohos.file.photoAccessHelper.d.ts| 185|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: SIZE = 'size'|@ohos.file.photoAccessHelper.d.ts| 186|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: DATE_ADDED = 'date_added'|@ohos.file.photoAccessHelper.d.ts| 187|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: DATE_MODIFIED = 'date_modified'|@ohos.file.photoAccessHelper.d.ts| 188|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: DURATION = 'duration'|@ohos.file.photoAccessHelper.d.ts| 189|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: WIDTH = 'width'|@ohos.file.photoAccessHelper.d.ts| 190|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: HEIGHT = 'height'|@ohos.file.photoAccessHelper.d.ts| 191|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: DATE_TAKEN = 'date_taken'|@ohos.file.photoAccessHelper.d.ts| 192|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: ORIENTATION = 'orientation'|@ohos.file.photoAccessHelper.d.ts| 193|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: FAVORITE = 'is_favorite'|@ohos.file.photoAccessHelper.d.ts| 194|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: TITLE = 'title'|@ohos.file.photoAccessHelper.d.ts| 195|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: POSITION = 'position'|@ohos.file.photoAccessHelper.d.ts| 196|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: DATE_TRASHED = 'date_trashed'|@ohos.file.photoAccessHelper.d.ts| 197|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: HIDDEN = 'hidden'|@ohos.file.photoAccessHelper.d.ts| 198|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: USER_COMMENT = 'user_comment'|@ohos.file.photoAccessHelper.d.ts| 199|Added|NA|Class name: PhotoKeys;<br>Method or attribute name: CAMERA_SHOT_KEY = 'camera_shot_key'|@ohos.file.photoAccessHelper.d.ts| 200|Added|NA|Class name: AlbumKeys;<br>Method or attribute name: ALBUM_NAME = 'album_name'|@ohos.file.photoAccessHelper.d.ts| 201|Added|NA|Class name: FetchOptions;<br>Method or attribute name: fetchColumns: Array\<string>;|@ohos.file.photoAccessHelper.d.ts| 202|Added|NA|Class name: FetchOptions;<br>Method or attribute name: predicates: dataSharePredicates.DataSharePredicates;|@ohos.file.photoAccessHelper.d.ts| 203|Added|NA|Class name: PhotoCreateOptions;<br>Method or attribute name: subtype?: PhotoSubtype;|@ohos.file.photoAccessHelper.d.ts| 204|Added|NA|Class name: PhotoCreateOptions;<br>Method or attribute name: cameraShotKey?: string;|@ohos.file.photoAccessHelper.d.ts| 205|Added|NA|Class name: CreateOptions;<br>Method or attribute name: title?: string;|@ohos.file.photoAccessHelper.d.ts| 206|Added|NA|Class name: FetchResult;<br>Method or attribute name: getCount(): number;|@ohos.file.photoAccessHelper.d.ts| 207|Added|NA|Class name: FetchResult;<br>Method or attribute name: isAfterLast(): boolean;|@ohos.file.photoAccessHelper.d.ts| 208|Added|NA|Class name: FetchResult;<br>Method or attribute name: getFirstObject(callback: AsyncCallback\<T>): void;|@ohos.file.photoAccessHelper.d.ts| 209|Added|NA|Class name: FetchResult;<br>Method or attribute name: getFirstObject(): Promise\<T>;|@ohos.file.photoAccessHelper.d.ts| 210|Added|NA|Class name: FetchResult;<br>Method or attribute name: getNextObject(callback: AsyncCallback\<T>): void;|@ohos.file.photoAccessHelper.d.ts| 211|Added|NA|Class name: FetchResult;<br>Method or attribute name: getNextObject(): Promise\<T>;|@ohos.file.photoAccessHelper.d.ts| 212|Added|NA|Class name: FetchResult;<br>Method or attribute name: getLastObject(callback: AsyncCallback\<T>): void;|@ohos.file.photoAccessHelper.d.ts| 213|Added|NA|Class name: FetchResult;<br>Method or attribute name: getLastObject(): Promise\<T>;|@ohos.file.photoAccessHelper.d.ts| 214|Added|NA|Class name: FetchResult;<br>Method or attribute name: getObjectByPosition(index: number, callback: AsyncCallback\<T>): void;|@ohos.file.photoAccessHelper.d.ts| 215|Added|NA|Class name: FetchResult;<br>Method or attribute name: getObjectByPosition(index: number): Promise\<T>;|@ohos.file.photoAccessHelper.d.ts| 216|Added|NA|Class name: FetchResult;<br>Method or attribute name: getAllObjects(callback: AsyncCallback\<Array\<T>>): void;|@ohos.file.photoAccessHelper.d.ts| 217|Added|NA|Class name: FetchResult;<br>Method or attribute name: getAllObjects(): Promise\<Array\<T>>;|@ohos.file.photoAccessHelper.d.ts| 218|Added|NA|Class name: FetchResult;<br>Method or attribute name: close(): void;|@ohos.file.photoAccessHelper.d.ts| 219|Added|NA|Class name: AlbumType;<br>Method or attribute name: USER = 0|@ohos.file.photoAccessHelper.d.ts| 220|Added|NA|Class name: AlbumType;<br>Method or attribute name: SYSTEM = 1024|@ohos.file.photoAccessHelper.d.ts| 221|Added|NA|Class name: AlbumSubtype;<br>Method or attribute name: USER_GENERIC = 1|@ohos.file.photoAccessHelper.d.ts| 222|Added|NA|Class name: AlbumSubtype;<br>Method or attribute name: FAVORITE = 1025|@ohos.file.photoAccessHelper.d.ts| 223|Added|NA|Class name: AlbumSubtype;<br>Method or attribute name: HIDDEN|@ohos.file.photoAccessHelper.d.ts| 224|Added|NA|Class name: AlbumSubtype;<br>Method or attribute name: TRASH|@ohos.file.photoAccessHelper.d.ts| 225|Added|NA|Class name: AlbumSubtype;<br>Method or attribute name: CAMERA|@ohos.file.photoAccessHelper.d.ts| 226|Added|NA|Class name: AlbumSubtype;<br>Method or attribute name: ANY = 2147483647|@ohos.file.photoAccessHelper.d.ts| 227|Added|NA|Class name: AbsAlbum;<br>Method or attribute name: readonly albumType: AlbumType;|@ohos.file.photoAccessHelper.d.ts| 228|Added|NA|Class name: AbsAlbum;<br>Method or attribute name: readonly albumSubtype: AlbumSubtype;|@ohos.file.photoAccessHelper.d.ts| 229|Added|NA|Class name: AbsAlbum;<br>Method or attribute name: albumName: string;|@ohos.file.photoAccessHelper.d.ts| 230|Added|NA|Class name: AbsAlbum;<br>Method or attribute name: readonly albumUri: string;|@ohos.file.photoAccessHelper.d.ts| 231|Added|NA|Class name: AbsAlbum;<br>Method or attribute name: readonly count: number;|@ohos.file.photoAccessHelper.d.ts| 232|Added|NA|Class name: AbsAlbum;<br>Method or attribute name: readonly coverUri: string;|@ohos.file.photoAccessHelper.d.ts| 233|Added|NA|Class name: AbsAlbum;<br>Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback\<FetchResult\<PhotoAsset>>): void;|@ohos.file.photoAccessHelper.d.ts| 234|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: getAssets(options: FetchOptions, callback: AsyncCallback\<FetchResult\<PhotoAsset>>): void;|@ohos.file.photoAccessHelper.d.ts| 235|Added|NA|Class name: AbsAlbum;<br>Method or attribute name: getAssets(options: FetchOptions): Promise\<FetchResult\<PhotoAsset>>;|@ohos.file.photoAccessHelper.d.ts| 236|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: getAssets(options: FetchOptions): Promise\<FetchResult\<PhotoAsset>>;|@ohos.file.photoAccessHelper.d.ts| 237|Added|NA|Class name: Album;<br>Method or attribute name: addAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 238|Added|NA|Class name: Album;<br>Method or attribute name: addAssets(assets: Array\<PhotoAsset>): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 239|Added|NA|Class name: Album;<br>Method or attribute name: removeAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 240|Added|NA|Class name: Album;<br>Method or attribute name: removeAssets(assets: Array\<PhotoAsset>): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 241|Added|NA|Class name: Album;<br>Method or attribute name: recoverAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 242|Added|NA|Class name: Album;<br>Method or attribute name: recoverAssets(assets: Array\<PhotoAsset>): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 243|Added|NA|Class name: Album;<br>Method or attribute name: deleteAssets(assets: Array\<PhotoAsset>, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 244|Added|NA|Class name: Album;<br>Method or attribute name: deleteAssets(assets: Array\<PhotoAsset>): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 245|Added|NA|Class name: Album;<br>Method or attribute name: setCoverUri(uri: string, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 246|Added|NA|Class name: Album;<br>Method or attribute name: setCoverUri(uri: string): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 247|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string, callback: AsyncCallback\<PhotoAsset>): void;|@ohos.file.photoAccessHelper.d.ts| 248|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string): Promise\<PhotoAsset>;|@ohos.file.photoAccessHelper.d.ts| 249|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions): Promise\<PhotoAsset>;|@ohos.file.photoAccessHelper.d.ts| 250|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(displayName: string, options: PhotoCreateOptions, callback: AsyncCallback\<PhotoAsset>): void;|@ohos.file.photoAccessHelper.d.ts| 251|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(photoType: PhotoType, extension: string, options: CreateOptions, callback: AsyncCallback\<string>): void;|@ohos.file.photoAccessHelper.d.ts| 252|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(photoType: PhotoType, extension: string, callback: AsyncCallback\<string>): void;|@ohos.file.photoAccessHelper.d.ts| 253|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createAsset(photoType: PhotoType, extension: string, options?: CreateOptions): Promise\<string>;|@ohos.file.photoAccessHelper.d.ts| 254|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createAlbum(name: string, callback: AsyncCallback\<Album>): void;|@ohos.file.photoAccessHelper.d.ts| 255|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createAlbum(name: string): Promise\<Album>;|@ohos.file.photoAccessHelper.d.ts| 256|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAlbums(albums: Array\<Album>, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 257|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAlbums(albums: Array\<Album>): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 258|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: getAlbums(<br> type: AlbumType,<br> subtype: AlbumSubtype,<br> options: FetchOptions,<br> callback: AsyncCallback\<FetchResult\<Album>><br> ): void;|@ohos.file.photoAccessHelper.d.ts| 259|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, callback: AsyncCallback\<FetchResult\<Album>>): void;|@ohos.file.photoAccessHelper.d.ts| 260|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: getAlbums(type: AlbumType, subtype: AlbumSubtype, options?: FetchOptions): Promise\<FetchResult\<Album>>;|@ohos.file.photoAccessHelper.d.ts| 261|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAssets(uriList: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 262|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: deleteAssets(uriList: Array\<string>): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 263|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: registerChange(uri: string, forChildUris: boolean, callback: Callback\<ChangeData>): void;|@ohos.file.photoAccessHelper.d.ts| 264|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: unRegisterChange(uri: string, callback?: Callback\<ChangeData>): void;|@ohos.file.photoAccessHelper.d.ts| 265|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createDeleteRequest(uriList: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 266|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: createDeleteRequest(uriList: Array\<string>): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 267|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions, callback: AsyncCallback\<number>): void;|@ohos.file.photoAccessHelper.d.ts| 268|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions): Promise\<number>;|@ohos.file.photoAccessHelper.d.ts| 269|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.file.photoAccessHelper.d.ts| 270|Added|NA|Class name: PhotoAccessHelper;<br>Method or attribute name: release(): Promise\<void>;|@ohos.file.photoAccessHelper.d.ts| 271|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ADD|@ohos.file.photoAccessHelper.d.ts| 272|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_UPDATE|@ohos.file.photoAccessHelper.d.ts| 273|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_REMOVE|@ohos.file.photoAccessHelper.d.ts| 274|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ALBUM_ADD_ASSET|@ohos.file.photoAccessHelper.d.ts| 275|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ALBUM_REMOVE_ASSET|@ohos.file.photoAccessHelper.d.ts| 276|Added|NA|Class name: DefaultChangeUri;<br>Method or attribute name: DEFAULT_PHOTO_URI = 'file://media/Photo'|@ohos.file.photoAccessHelper.d.ts| 277|Added|NA|Class name: DefaultChangeUri;<br>Method or attribute name: DEFAULT_ALBUM_URI = 'file://media/PhotoAlbum'|@ohos.file.photoAccessHelper.d.ts| 278|Added|NA|Class name: ChangeData;<br>Method or attribute name: type: NotifyType;|@ohos.file.photoAccessHelper.d.ts| 279|Added|NA|Class name: ChangeData;<br>Method or attribute name: uris: Array\<string>;|@ohos.file.photoAccessHelper.d.ts| 280|Added|NA|Class name: ChangeData;<br>Method or attribute name: extraUris: Array\<string>;|@ohos.file.photoAccessHelper.d.ts| 281|Added|NA|Class name: PhotoViewMIMETypes;<br>Method or attribute name: IMAGE_TYPE = 'image/*'|@ohos.file.photoAccessHelper.d.ts| 282|Added|NA|Class name: PhotoViewMIMETypes;<br>Method or attribute name: VIDEO_TYPE = 'video/*'|@ohos.file.photoAccessHelper.d.ts| 283|Added|NA|Class name: PhotoViewMIMETypes;<br>Method or attribute name: IMAGE_VIDEO_TYPE = '*/*'|@ohos.file.photoAccessHelper.d.ts| 284|Added|NA|Class name: PhotoSelectOptions;<br>Method or attribute name: MIMEType?: PhotoViewMIMETypes;|@ohos.file.photoAccessHelper.d.ts| 285|Added|NA|Class name: PhotoSelectOptions;<br>Method or attribute name: maxSelectNumber?: number;|@ohos.file.photoAccessHelper.d.ts| 286|Added|NA|Class name: PhotoSelectResult;<br>Method or attribute name: photoUris: Array\<string>;|@ohos.file.photoAccessHelper.d.ts| 287|Added|NA|Class name: PhotoSelectResult;<br>Method or attribute name: isOriginalPhoto: boolean;|@ohos.file.photoAccessHelper.d.ts| 288|Added|NA|Class name: PhotoViewPicker;<br>Method or attribute name: select(option?: PhotoSelectOptions): Promise\<PhotoSelectResult>;|@ohos.file.photoAccessHelper.d.ts| 289|Added|NA|Class name: PhotoViewPicker;<br>Method or attribute name: select(option: PhotoSelectOptions, callback: AsyncCallback\<PhotoSelectResult>): void;|@ohos.file.photoAccessHelper.d.ts| 290|Added|NA|Class name: PhotoViewPicker;<br>Method or attribute name: select(callback: AsyncCallback\<PhotoSelectResult>): void;|@ohos.file.photoAccessHelper.d.ts| 291|Added|NA|Class name: DocumentSelectOptions;<br>Method or attribute name: defaultFilePathUri?: string;|@ohos.file.picker.d.ts| 292|Added|NA|Class name: DocumentSaveOptions;<br>Method or attribute name: defaultFilePathUri?: string;|@ohos.file.picker.d.ts| 293|Added|NA|Class name: DocumentSelectOptions;<br>Method or attribute name: fileSuffixFilters?: Array\<string>;|@ohos.file.picker.d.ts| 294|Added|NA|Class name: DocumentSaveOptions;<br>Method or attribute name: fileSuffixChoices?: Array\<string>;|@ohos.file.picker.d.ts| 295|Added|NA|Class name: recent;<br>Method or attribute name: function listFile(): Array\<FileInfo>;|@ohos.file.recent.d.ts| 296|Added|NA|Class name: recent;<br>Method or attribute name: function add(uri: string): void;|@ohos.file.recent.d.ts| 297|Added|NA|Class name: recent;<br>Method or attribute name: function remove(uri: string): void;|@ohos.file.recent.d.ts| 298|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly uri: string;|@ohos.file.recent.d.ts| 299|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly srcPath: string;|@ohos.file.recent.d.ts| 300|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly fileName: string;|@ohos.file.recent.d.ts| 301|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly mode: number;|@ohos.file.recent.d.ts| 302|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly size: number;|@ohos.file.recent.d.ts| 303|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly mtime: number;|@ohos.file.recent.d.ts| 304|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly ctime: number;|@ohos.file.recent.d.ts| 305|Added|NA|Class name: statfs;<br>Method or attribute name: function getFreeSizeSync(path: string): number;|@ohos.file.statvfs.d.ts| 306|Added|NA|Class name: statfs;<br>Method or attribute name: function getTotalSizeSync(path: string): number;|@ohos.file.statvfs.d.ts| 307|Added|NA|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeSync(): number;|@ohos.file.storageStatistics.d.ts| 308|Added|NA|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeSync(): number;|@ohos.file.storageStatistics.d.ts| 309|Added|NA|Class name: trash;<br>Method or attribute name: function listFile(): Array\<FileInfo>;|@ohos.file.trash.d.ts| 310|Added|NA|Class name: trash;<br>Method or attribute name: function recover(uri: string): void;|@ohos.file.trash.d.ts| 311|Added|NA|Class name: trash;<br>Method or attribute name: function completelyDelete(uri: string): void;|@ohos.file.trash.d.ts| 312|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly uri: string;|@ohos.file.trash.d.ts| 313|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly srcPath: string;|@ohos.file.trash.d.ts| 314|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly fileName: string;|@ohos.file.trash.d.ts| 315|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly mode: number;|@ohos.file.trash.d.ts| 316|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly size: number;|@ohos.file.trash.d.ts| 317|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly mtime: number;|@ohos.file.trash.d.ts| 318|Added|NA|Class name: FileInfo;<br>Method or attribute name: readonly ctime: number;|@ohos.file.trash.d.ts| 319|Added|NA|Class name: PhotoSubType;<br>Method or attribute name: DEFAULT|@ohos.filemanagement.userFileManager.d.ts| 320|Added|NA|Class name: PhotoSubType;<br>Method or attribute name: SCREENSHOT|@ohos.filemanagement.userFileManager.d.ts| 321|Added|NA|Class name: AlbumSubType;<br>Method or attribute name: SCREENSHOT|@ohos.filemanagement.userFileManager.d.ts| 322|Added|NA|Class name: PhotoSubType;<br>Method or attribute name: CAMERA|@ohos.filemanagement.userFileManager.d.ts| 323|Added|NA|Class name: AlbumSubType;<br>Method or attribute name: CAMERA|@ohos.filemanagement.userFileManager.d.ts| 324|Added|NA|Class name: PositionType;<br>Method or attribute name: LOCAL = 1|@ohos.filemanagement.userFileManager.d.ts| 325|Added|NA|Class name: PositionType;<br>Method or attribute name: CLOUD|@ohos.filemanagement.userFileManager.d.ts| 326|Added|NA|Class name: PositionType;<br>Method or attribute name: BOTH|@ohos.filemanagement.userFileManager.d.ts| 327|Added|NA|Class name: FileAsset;<br>Method or attribute name: setHidden(hiddenState: boolean, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts| 328|Added|NA|Class name: FileAsset;<br>Method or attribute name: setHidden(hiddenState: boolean): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts| 329|Added|NA|Class name: FileAsset;<br>Method or attribute name: setUserComment(userComment: string, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts| 330|Added|NA|Class name: FileAsset;<br>Method or attribute name: setUserComment(userComment: string): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts| 331|Added|NA|Class name: FileAsset;<br>Method or attribute name: getExif(callback: AsyncCallback\<string>): void;|@ohos.filemanagement.userFileManager.d.ts| 332|Added|NA|Class name: FileAsset;<br>Method or attribute name: getExif(): Promise\<string>;|@ohos.filemanagement.userFileManager.d.ts| 333|Added|NA|Class name: ImageVideoKey;<br>Method or attribute name: POSITION|@ohos.filemanagement.userFileManager.d.ts| 334|Added|NA|Class name: ImageVideoKey;<br>Method or attribute name: DATE_TRASHED|@ohos.filemanagement.userFileManager.d.ts| 335|Added|NA|Class name: ImageVideoKey;<br>Method or attribute name: HIDDEN|@ohos.filemanagement.userFileManager.d.ts| 336|Added|NA|Class name: AlbumSubType;<br>Method or attribute name: HIDDEN|@ohos.filemanagement.userFileManager.d.ts| 337|Added|NA|Class name: ImageVideoKey;<br>Method or attribute name: USER_COMMENT|@ohos.filemanagement.userFileManager.d.ts| 338|Added|NA|Class name: ImageVideoKey;<br>Method or attribute name: CAMERA_SHOT_KEY|@ohos.filemanagement.userFileManager.d.ts| 339|Added|NA|Class name: PhotoCreateOptions;<br>Method or attribute name: subType?: PhotoSubType;|@ohos.filemanagement.userFileManager.d.ts| 340|Added|NA|Class name: PhotoCreateOptions;<br>Method or attribute name: cameraShotKey?: string;|@ohos.filemanagement.userFileManager.d.ts| 341|Added|NA|Class name: FetchResult;<br>Method or attribute name: getAllObject(callback: AsyncCallback\<Array\<T>>): void;|@ohos.filemanagement.userFileManager.d.ts| 342|Added|NA|Class name: FetchResult;<br>Method or attribute name: getAllObject(): Promise\<Array\<T>>;|@ohos.filemanagement.userFileManager.d.ts| 343|Added|NA|Class name: AlbumType;<br>Method or attribute name: USER = 0|@ohos.filemanagement.userFileManager.d.ts| 344|Added|NA|Class name: AlbumType;<br>Method or attribute name: SYSTEM = 1024|@ohos.filemanagement.userFileManager.d.ts| 345|Added|NA|Class name: AlbumSubType;<br>Method or attribute name: USER_GENERIC = 1|@ohos.filemanagement.userFileManager.d.ts| 346|Added|NA|Class name: AlbumSubType;<br>Method or attribute name: FAVORITE = 1025|@ohos.filemanagement.userFileManager.d.ts| 347|Added|NA|Class name: AlbumSubType;<br>Method or attribute name: VIDEO|@ohos.filemanagement.userFileManager.d.ts| 348|Added|NA|Class name: AlbumSubType;<br>Method or attribute name: TRASH|@ohos.filemanagement.userFileManager.d.ts| 349|Added|NA|Class name: AlbumSubType;<br>Method or attribute name: ANY = 2147483647|@ohos.filemanagement.userFileManager.d.ts| 350|Added|NA|Class name: AbsAlbum;<br>Method or attribute name: readonly albumType: AlbumType;|@ohos.filemanagement.userFileManager.d.ts| 351|Added|NA|Class name: AbsAlbum;<br>Method or attribute name: readonly albumSubType: AlbumSubType;|@ohos.filemanagement.userFileManager.d.ts| 352|Added|NA|Class name: Album;<br>Method or attribute name: addPhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts| 353|Added|NA|Class name: Album;<br>Method or attribute name: addPhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts| 354|Added|NA|Class name: Album;<br>Method or attribute name: removePhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts| 355|Added|NA|Class name: Album;<br>Method or attribute name: removePhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts| 356|Added|NA|Class name: Album;<br>Method or attribute name: recoverPhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts| 357|Added|NA|Class name: Album;<br>Method or attribute name: recoverPhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts| 358|Added|NA|Class name: Album;<br>Method or attribute name: deletePhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts| 359|Added|NA|Class name: Album;<br>Method or attribute name: deletePhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts| 360|Added|NA|Class name: UserFileManager;<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOptions): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts| 361|Added|NA|Class name: UserFileManager;<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts| 362|Added|NA|Class name: UserFileManager;<br>Method or attribute name: createAudioAsset(displayName: string, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts| 363|Added|NA|Class name: UserFileManager;<br>Method or attribute name: createAudioAsset(displayName: string): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts| 364|Added|NA|Class name: UserFileManager;<br>Method or attribute name: createAlbum(name: string, callback: AsyncCallback\<Album>): void;|@ohos.filemanagement.userFileManager.d.ts| 365|Added|NA|Class name: UserFileManager;<br>Method or attribute name: createAlbum(name: string): Promise\<Album>;|@ohos.filemanagement.userFileManager.d.ts| 366|Added|NA|Class name: UserFileManager;<br>Method or attribute name: deleteAlbums(albums: Array\<Album>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts| 367|Added|NA|Class name: UserFileManager;<br>Method or attribute name: deleteAlbums(albums: Array\<Album>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts| 368|Added|NA|Class name: UserFileManager;<br>Method or attribute name: getAlbums(<br> type: AlbumType,<br> subType: AlbumSubType,<br> options: FetchOptions,<br> callback: AsyncCallback\<FetchResult\<Album>><br> ): void;|@ohos.filemanagement.userFileManager.d.ts| 369|Added|NA|Class name: UserFileManager;<br>Method or attribute name: getAlbums(type: AlbumType, subType: AlbumSubType, callback: AsyncCallback\<FetchResult\<Album>>): void;|@ohos.filemanagement.userFileManager.d.ts| 370|Added|NA|Class name: UserFileManager;<br>Method or attribute name: getAlbums(type: AlbumType, subType: AlbumSubType, options?: FetchOptions): Promise\<FetchResult\<Album>>;|@ohos.filemanagement.userFileManager.d.ts| 371|Added|NA|Class name: UserFileManager;<br>Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions, callback: AsyncCallback\<number>): void;|@ohos.filemanagement.userFileManager.d.ts| 372|Added|NA|Class name: UserFileManager;<br>Method or attribute name: getPhotoIndex(photoUri: string, albumUri: string, options: FetchOptions): Promise\<number>;|@ohos.filemanagement.userFileManager.d.ts| 373|Added|NA|Class name: UserFileManager;<br>Method or attribute name: on(uri: string, forSubUri: boolean, callback: Callback\<ChangeData>): void;|@ohos.filemanagement.userFileManager.d.ts| 374|Added|NA|Class name: UserFileManager;<br>Method or attribute name: off(uri: string, callback?: Callback\<ChangeData>): void;|@ohos.filemanagement.userFileManager.d.ts| 375|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ADD|@ohos.filemanagement.userFileManager.d.ts| 376|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_UPDATE|@ohos.filemanagement.userFileManager.d.ts| 377|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_REMOVE|@ohos.filemanagement.userFileManager.d.ts| 378|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ALBUM_ADD_ASSET|@ohos.filemanagement.userFileManager.d.ts| 379|Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ALBUM_REMOVE_ASSET|@ohos.filemanagement.userFileManager.d.ts| 380|Added|NA|Class name: DefaultChangeUri;<br>Method or attribute name: DEFAULT_PHOTO_URI|@ohos.filemanagement.userFileManager.d.ts| 381|Added|NA|Class name: DefaultChangeUri;<br>Method or attribute name: DEFAULT_ALBUM_URI|@ohos.filemanagement.userFileManager.d.ts| 382|Added|NA|Class name: DefaultChangeUri;<br>Method or attribute name: DEFAULT_AUDIO_URI|@ohos.filemanagement.userFileManager.d.ts| 383|Added|NA|Class name: ChangeData;<br>Method or attribute name: type: NotifyType;|@ohos.filemanagement.userFileManager.d.ts| 384|Added|NA|Class name: ChangeData;<br>Method or attribute name: uris: Array\<string>;|@ohos.filemanagement.userFileManager.d.ts| 385|Added|NA|Class name: ChangeData;<br>Method or attribute name: subUris: Array\<string>;|@ohos.filemanagement.userFileManager.d.ts| 386|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function choose(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function choose(callback: AsyncCallback\<string>): void;<br>New version information: 9<br>Substitute API: |@ohos.document.d.ts| 387|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function choose(types: string[], callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function choose(types: string[], callback: AsyncCallback\<string>): void;<br>New version information: 9<br>Substitute API: |@ohos.document.d.ts| 388|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function show(uri: string, type: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function show(uri: string, type: string, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: |@ohos.document.d.ts| 389|Deprecated version changed|Class name: document;<br>Method or attribute name: declare document<br>Old version information: |Class name: document;<br>Method or attribute name: declare document<br>New version information: 9<br>Substitute API: |@ohos.document.d.ts| 390|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.access|@ohos.fileio.d.ts| 391|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.access|@ohos.fileio.d.ts| 392|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function close(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function close(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.close|@ohos.fileio.d.ts| 393|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.copyFile|@ohos.fileio.d.ts| 394|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.copyFile|@ohos.fileio.d.ts| 395|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.createStream|@ohos.fileio.d.ts| 396|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: |@ohos.fileio.d.ts| 397|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: |@ohos.fileio.d.ts| 398|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.truncate|@ohos.fileio.d.ts| 399|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.truncate|@ohos.fileio.d.ts| 400|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.fsync|@ohos.fileio.d.ts| 401|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.stat|@ohos.fileio.d.ts| 402|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.fdatasync|@ohos.fileio.d.ts| 403|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: |@ohos.fileio.d.ts| 404|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: |@ohos.fileio.d.ts| 405|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.fdopenStream|@ohos.fileio.d.ts| 406|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;<br>New version information: 9<br>Substitute API: ohos.file.hash.hash|@ohos.fileio.d.ts| 407|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: |@ohos.fileio.d.ts| 408|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.lstat|@ohos.fileio.d.ts| 409|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.mkdir|@ohos.fileio.d.ts| 410|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.mkdir|@ohos.fileio.d.ts| 411|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.mkdtemp|@ohos.fileio.d.ts| 412|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, callback: AsyncCallback\<number>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.open|@ohos.fileio.d.ts| 413|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, flags: number, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, flags: number, callback: AsyncCallback\<number>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.open|@ohos.fileio.d.ts| 414|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.open|@ohos.fileio.d.ts| 415|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.listFile|@ohos.fileio.d.ts| 416|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function readText(<br> filePath: string,<br> options: {<br> position?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function readText(<br> filePath: string,<br> options: {<br> position?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.readText|@ohos.fileio.d.ts| 417|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.read|@ohos.fileio.d.ts| 418|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> },<br> callback: AsyncCallback\<ReadOut><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> },<br> callback: AsyncCallback\<ReadOut><br>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.read|@ohos.fileio.d.ts| 419|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.rename|@ohos.fileio.d.ts| 420|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.rmdir|@ohos.fileio.d.ts| 421|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.stat|@ohos.fileio.d.ts| 422|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.symlink|@ohos.fileio.d.ts| 423|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function truncate(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function truncate(path: string, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.truncate|@ohos.fileio.d.ts| 424|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function truncate(path: string, len: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function truncate(path: string, len: number, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.truncate|@ohos.fileio.d.ts| 425|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.unlink|@ohos.fileio.d.ts| 426|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.write|@ohos.fileio.d.ts| 427|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.write|@ohos.fileio.d.ts| 428|Deprecated version changed|Class name: sourcefile;<br>Method or attribute name: declare function createWatcher(filename: string, events: number, callback: AsyncCallback\<number>): Watcher;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function createWatcher(filename: string, events: number, callback: AsyncCallback\<number>): Watcher;<br>New version information: 10<br>Substitute API: ohos.file.fs.createWatcher|@ohos.fileio.d.ts| 429|Deprecated version changed|Class name: Dir;<br>Method or attribute name: declare interface Dir<br>Old version information: |Class name: Dir;<br>Method or attribute name: declare interface Dir<br>New version information: 9<br>Substitute API: ohos.file.fs.listFile|@ohos.fileio.d.ts| 430|Deprecated version changed|Class name: Dir;<br>Method or attribute name: read(callback: AsyncCallback\<Dirent>): void;<br>Old version information: |Class name: Dir;<br>Method or attribute name: read(callback: AsyncCallback\<Dirent>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.listFile|@ohos.fileio.d.ts| 431|Deprecated version changed|Class name: Dir;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Dir;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.file.fs.listFile|@ohos.fileio.d.ts| 432|Deprecated version changed|Class name: Watcher;<br>Method or attribute name: declare interface Watcher<br>Old version information: |Class name: Watcher;<br>Method or attribute name: declare interface Watcher<br>New version information: 10<br>Substitute API: ohos.file.fs.Watcher|@ohos.fileio.d.ts| 433|Deprecated version changed|Class name: Watcher;<br>Method or attribute name: stop(): Promise\<void>;<br>Old version information: |Class name: Watcher;<br>Method or attribute name: stop(): Promise\<void>;<br>New version information: 10<br>Substitute API: ohos.file.fs.Watcher.stop|@ohos.fileio.d.ts| 434|Deprecated version changed|Class name: Watcher;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Watcher;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.Watcher.stop|@ohos.fileio.d.ts| 435|Deprecated version changed|Class name: Statfs;<br>Method or attribute name: declare Statfs<br>Old version information: |Class name: Statfs;<br>Method or attribute name: declare Statfs<br>New version information: 9<br>Substitute API: ohos.file.statvfs.statfs|@ohos.statfs.d.ts| 436|Deprecated version changed|Class name: Statfs;<br>Method or attribute name: function getFreeBytes(path: string): Promise\<number>;<br>Old version information: |Class name: Statfs;<br>Method or attribute name: function getFreeBytes(path: string): Promise\<number>;<br>New version information: 9<br>Substitute API: ohos.file.statvfs.getFreeSize|@ohos.statfs.d.ts| 437|Deprecated version changed|Class name: Statfs;<br>Method or attribute name: function getTotalBytes(path: string): Promise\<number>;<br>Old version information: |Class name: Statfs;<br>Method or attribute name: function getTotalBytes(path: string): Promise\<number>;<br>New version information: 9<br>Substitute API: ohos.file.statvfs.getTotalSize|@ohos.statfs.d.ts| 438|Deprecated version changed|Class name: FileResponse;<br>Method or attribute name: export interface FileResponse<br>Old version information: |Class name: FileResponse;<br>Method or attribute name: export interface FileResponse<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 439|Deprecated version changed|Class name: FileResponse;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileResponse;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 440|Deprecated version changed|Class name: FileListOption;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileListOption;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 441|Deprecated version changed|Class name: FileGetOption;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileGetOption;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 442|Deprecated version changed|Class name: FileDeleteOption;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileDeleteOption;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 443|Deprecated version changed|Class name: FileWriteTextOption;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileWriteTextOption;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 444|Deprecated version changed|Class name: FileReadTextOption;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileReadTextOption;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 445|Deprecated version changed|Class name: FileWriteArrayBufferOption;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileWriteArrayBufferOption;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 446|Deprecated version changed|Class name: FileReadArrayBufferOption;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileReadArrayBufferOption;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 447|Deprecated version changed|Class name: FileAccessOption;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileAccessOption;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 448|Deprecated version changed|Class name: FileMkdirOption;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileMkdirOption;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 449|Deprecated version changed|Class name: FileRmdirOption;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileRmdirOption;<br>Method or attribute name: uri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 450|Deprecated version changed|Class name: FileResponse;<br>Method or attribute name: length: number;<br>Old version information: |Class name: FileResponse;<br>Method or attribute name: length: number;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 451|Deprecated version changed|Class name: FileResponse;<br>Method or attribute name: lastModifiedTime: number;<br>Old version information: |Class name: FileResponse;<br>Method or attribute name: lastModifiedTime: number;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 452|Deprecated version changed|Class name: FileResponse;<br>Method or attribute name: type: 'dir' \| 'file';<br>Old version information: |Class name: FileResponse;<br>Method or attribute name: type: 'dir' \| 'file';<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 453|Deprecated version changed|Class name: FileResponse;<br>Method or attribute name: subFiles?: Array\<FileResponse>;<br>Old version information: |Class name: FileResponse;<br>Method or attribute name: subFiles?: Array\<FileResponse>;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 454|Deprecated version changed|Class name: FileMoveOption;<br>Method or attribute name: export interface FileMoveOption<br>Old version information: |Class name: FileMoveOption;<br>Method or attribute name: export interface FileMoveOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 455|Deprecated version changed|Class name: FileMoveOption;<br>Method or attribute name: srcUri: string;<br>Old version information: |Class name: FileMoveOption;<br>Method or attribute name: srcUri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 456|Deprecated version changed|Class name: FileCopyOption;<br>Method or attribute name: srcUri: string;<br>Old version information: |Class name: FileCopyOption;<br>Method or attribute name: srcUri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 457|Deprecated version changed|Class name: FileMoveOption;<br>Method or attribute name: dstUri: string;<br>Old version information: |Class name: FileMoveOption;<br>Method or attribute name: dstUri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 458|Deprecated version changed|Class name: FileCopyOption;<br>Method or attribute name: dstUri: string;<br>Old version information: |Class name: FileCopyOption;<br>Method or attribute name: dstUri: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 459|Deprecated version changed|Class name: FileMoveOption;<br>Method or attribute name: success?: (uri: string) => void;<br>Old version information: |Class name: FileMoveOption;<br>Method or attribute name: success?: (uri: string) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 460|Deprecated version changed|Class name: FileCopyOption;<br>Method or attribute name: success?: (uri: string) => void;<br>Old version information: |Class name: FileCopyOption;<br>Method or attribute name: success?: (uri: string) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 461|Deprecated version changed|Class name: FileMoveOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileMoveOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 462|Deprecated version changed|Class name: FileListOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileListOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 463|Deprecated version changed|Class name: FileCopyOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileCopyOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 464|Deprecated version changed|Class name: FileGetOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileGetOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 465|Deprecated version changed|Class name: FileDeleteOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileDeleteOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 466|Deprecated version changed|Class name: FileWriteTextOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileWriteTextOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 467|Deprecated version changed|Class name: FileReadTextOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileReadTextOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 468|Deprecated version changed|Class name: FileWriteArrayBufferOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileWriteArrayBufferOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 469|Deprecated version changed|Class name: FileReadArrayBufferOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileReadArrayBufferOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 470|Deprecated version changed|Class name: FileAccessOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileAccessOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 471|Deprecated version changed|Class name: FileMkdirOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileMkdirOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 472|Deprecated version changed|Class name: FileRmdirOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: FileRmdirOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 473|Deprecated version changed|Class name: FileMoveOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileMoveOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 474|Deprecated version changed|Class name: FileListOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileListOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 475|Deprecated version changed|Class name: FileCopyOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileCopyOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 476|Deprecated version changed|Class name: FileGetOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileGetOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 477|Deprecated version changed|Class name: FileDeleteOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileDeleteOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 478|Deprecated version changed|Class name: FileWriteTextOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileWriteTextOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 479|Deprecated version changed|Class name: FileReadTextOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileReadTextOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 480|Deprecated version changed|Class name: FileWriteArrayBufferOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileWriteArrayBufferOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 481|Deprecated version changed|Class name: FileReadArrayBufferOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileReadArrayBufferOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 482|Deprecated version changed|Class name: FileAccessOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileAccessOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 483|Deprecated version changed|Class name: FileMkdirOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileMkdirOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 484|Deprecated version changed|Class name: FileRmdirOption;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: FileRmdirOption;<br>Method or attribute name: complete?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 485|Deprecated version changed|Class name: FileListResponse;<br>Method or attribute name: export interface FileListResponse<br>Old version information: |Class name: FileListResponse;<br>Method or attribute name: export interface FileListResponse<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 486|Deprecated version changed|Class name: FileListResponse;<br>Method or attribute name: fileList: Array\<FileResponse>;<br>Old version information: |Class name: FileListResponse;<br>Method or attribute name: fileList: Array\<FileResponse>;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 487|Deprecated version changed|Class name: FileListOption;<br>Method or attribute name: export interface FileListOption<br>Old version information: |Class name: FileListOption;<br>Method or attribute name: export interface FileListOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 488|Deprecated version changed|Class name: FileListOption;<br>Method or attribute name: success?: (data: FileListResponse) => void;<br>Old version information: |Class name: FileListOption;<br>Method or attribute name: success?: (data: FileListResponse) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 489|Deprecated version changed|Class name: FileCopyOption;<br>Method or attribute name: export interface FileCopyOption<br>Old version information: |Class name: FileCopyOption;<br>Method or attribute name: export interface FileCopyOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 490|Deprecated version changed|Class name: FileGetOption;<br>Method or attribute name: export interface FileGetOption<br>Old version information: |Class name: FileGetOption;<br>Method or attribute name: export interface FileGetOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 491|Deprecated version changed|Class name: FileGetOption;<br>Method or attribute name: recursive?: boolean;<br>Old version information: |Class name: FileGetOption;<br>Method or attribute name: recursive?: boolean;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 492|Deprecated version changed|Class name: FileMkdirOption;<br>Method or attribute name: recursive?: boolean;<br>Old version information: |Class name: FileMkdirOption;<br>Method or attribute name: recursive?: boolean;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 493|Deprecated version changed|Class name: FileRmdirOption;<br>Method or attribute name: recursive?: boolean;<br>Old version information: |Class name: FileRmdirOption;<br>Method or attribute name: recursive?: boolean;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 494|Deprecated version changed|Class name: FileGetOption;<br>Method or attribute name: success?: (file: FileResponse) => void;<br>Old version information: |Class name: FileGetOption;<br>Method or attribute name: success?: (file: FileResponse) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 495|Deprecated version changed|Class name: FileDeleteOption;<br>Method or attribute name: export interface FileDeleteOption<br>Old version information: |Class name: FileDeleteOption;<br>Method or attribute name: export interface FileDeleteOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 496|Deprecated version changed|Class name: FileDeleteOption;<br>Method or attribute name: success?: () => void;<br>Old version information: |Class name: FileDeleteOption;<br>Method or attribute name: success?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 497|Deprecated version changed|Class name: FileWriteTextOption;<br>Method or attribute name: success?: () => void;<br>Old version information: |Class name: FileWriteTextOption;<br>Method or attribute name: success?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 498|Deprecated version changed|Class name: FileWriteArrayBufferOption;<br>Method or attribute name: success?: () => void;<br>Old version information: |Class name: FileWriteArrayBufferOption;<br>Method or attribute name: success?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 499|Deprecated version changed|Class name: FileAccessOption;<br>Method or attribute name: success?: () => void;<br>Old version information: |Class name: FileAccessOption;<br>Method or attribute name: success?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 500|Deprecated version changed|Class name: FileMkdirOption;<br>Method or attribute name: success?: () => void;<br>Old version information: |Class name: FileMkdirOption;<br>Method or attribute name: success?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 501|Deprecated version changed|Class name: FileRmdirOption;<br>Method or attribute name: success?: () => void;<br>Old version information: |Class name: FileRmdirOption;<br>Method or attribute name: success?: () => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 502|Deprecated version changed|Class name: FileWriteTextOption;<br>Method or attribute name: export interface FileWriteTextOption<br>Old version information: |Class name: FileWriteTextOption;<br>Method or attribute name: export interface FileWriteTextOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 503|Deprecated version changed|Class name: FileWriteTextOption;<br>Method or attribute name: text: string;<br>Old version information: |Class name: FileWriteTextOption;<br>Method or attribute name: text: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 504|Deprecated version changed|Class name: FileReadTextResponse;<br>Method or attribute name: text: string;<br>Old version information: |Class name: FileReadTextResponse;<br>Method or attribute name: text: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 505|Deprecated version changed|Class name: FileWriteTextOption;<br>Method or attribute name: encoding?: string;<br>Old version information: |Class name: FileWriteTextOption;<br>Method or attribute name: encoding?: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 506|Deprecated version changed|Class name: FileReadTextOption;<br>Method or attribute name: encoding?: string;<br>Old version information: |Class name: FileReadTextOption;<br>Method or attribute name: encoding?: string;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 507|Deprecated version changed|Class name: FileWriteTextOption;<br>Method or attribute name: append?: boolean;<br>Old version information: |Class name: FileWriteTextOption;<br>Method or attribute name: append?: boolean;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 508|Deprecated version changed|Class name: FileWriteArrayBufferOption;<br>Method or attribute name: append?: boolean;<br>Old version information: |Class name: FileWriteArrayBufferOption;<br>Method or attribute name: append?: boolean;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 509|Deprecated version changed|Class name: FileReadTextResponse;<br>Method or attribute name: export interface FileReadTextResponse<br>Old version information: |Class name: FileReadTextResponse;<br>Method or attribute name: export interface FileReadTextResponse<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 510|Deprecated version changed|Class name: FileReadTextOption;<br>Method or attribute name: export interface FileReadTextOption<br>Old version information: |Class name: FileReadTextOption;<br>Method or attribute name: export interface FileReadTextOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 511|Deprecated version changed|Class name: FileReadTextOption;<br>Method or attribute name: position?: number;<br>Old version information: |Class name: FileReadTextOption;<br>Method or attribute name: position?: number;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 512|Deprecated version changed|Class name: FileWriteArrayBufferOption;<br>Method or attribute name: position?: number;<br>Old version information: |Class name: FileWriteArrayBufferOption;<br>Method or attribute name: position?: number;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 513|Deprecated version changed|Class name: FileReadArrayBufferOption;<br>Method or attribute name: position?: number;<br>Old version information: |Class name: FileReadArrayBufferOption;<br>Method or attribute name: position?: number;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 514|Deprecated version changed|Class name: FileReadTextOption;<br>Method or attribute name: length?: number;<br>Old version information: |Class name: FileReadTextOption;<br>Method or attribute name: length?: number;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 515|Deprecated version changed|Class name: FileReadArrayBufferOption;<br>Method or attribute name: length?: number;<br>Old version information: |Class name: FileReadArrayBufferOption;<br>Method or attribute name: length?: number;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 516|Deprecated version changed|Class name: FileReadTextOption;<br>Method or attribute name: success?: (data: FileReadTextResponse) => void;<br>Old version information: |Class name: FileReadTextOption;<br>Method or attribute name: success?: (data: FileReadTextResponse) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 517|Deprecated version changed|Class name: FileWriteArrayBufferOption;<br>Method or attribute name: export interface FileWriteArrayBufferOption<br>Old version information: |Class name: FileWriteArrayBufferOption;<br>Method or attribute name: export interface FileWriteArrayBufferOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 518|Deprecated version changed|Class name: FileWriteArrayBufferOption;<br>Method or attribute name: buffer: Uint8Array;<br>Old version information: |Class name: FileWriteArrayBufferOption;<br>Method or attribute name: buffer: Uint8Array;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 519|Deprecated version changed|Class name: FileReadArrayBufferResponse;<br>Method or attribute name: buffer: Uint8Array;<br>Old version information: |Class name: FileReadArrayBufferResponse;<br>Method or attribute name: buffer: Uint8Array;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 520|Deprecated version changed|Class name: FileReadArrayBufferResponse;<br>Method or attribute name: export interface FileReadArrayBufferResponse<br>Old version information: |Class name: FileReadArrayBufferResponse;<br>Method or attribute name: export interface FileReadArrayBufferResponse<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 521|Deprecated version changed|Class name: FileReadArrayBufferOption;<br>Method or attribute name: export interface FileReadArrayBufferOption<br>Old version information: |Class name: FileReadArrayBufferOption;<br>Method or attribute name: export interface FileReadArrayBufferOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 522|Deprecated version changed|Class name: FileReadArrayBufferOption;<br>Method or attribute name: success?: (data: FileReadArrayBufferResponse) => void;<br>Old version information: |Class name: FileReadArrayBufferOption;<br>Method or attribute name: success?: (data: FileReadArrayBufferResponse) => void;<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 523|Deprecated version changed|Class name: FileAccessOption;<br>Method or attribute name: export interface FileAccessOption<br>Old version information: |Class name: FileAccessOption;<br>Method or attribute name: export interface FileAccessOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 524|Deprecated version changed|Class name: FileMkdirOption;<br>Method or attribute name: export interface FileMkdirOption<br>Old version information: |Class name: FileMkdirOption;<br>Method or attribute name: export interface FileMkdirOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 525|Deprecated version changed|Class name: FileRmdirOption;<br>Method or attribute name: export interface FileRmdirOption<br>Old version information: |Class name: FileRmdirOption;<br>Method or attribute name: export interface FileRmdirOption<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 526|Deprecated version changed|Class name: File;<br>Method or attribute name: export default class File<br>Old version information: |Class name: File;<br>Method or attribute name: export default class File<br>New version information: 10<br>Substitute API: |@system.file.d.ts| 527|Deprecated version changed|Class name: File;<br>Method or attribute name: static move(options: FileMoveOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static move(options: FileMoveOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.moveFile|@system.file.d.ts| 528|Deprecated version changed|Class name: File;<br>Method or attribute name: static copy(options: FileCopyOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static copy(options: FileCopyOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.copyFile|@system.file.d.ts| 529|Deprecated version changed|Class name: File;<br>Method or attribute name: static list(options: FileListOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static list(options: FileListOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.listFile|@system.file.d.ts| 530|Deprecated version changed|Class name: File;<br>Method or attribute name: static get(options: FileGetOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static get(options: FileGetOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.stat|@system.file.d.ts| 531|Deprecated version changed|Class name: File;<br>Method or attribute name: static delete(options: FileDeleteOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static delete(options: FileDeleteOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.unlink|@system.file.d.ts| 532|Deprecated version changed|Class name: File;<br>Method or attribute name: static writeText(options: FileWriteTextOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static writeText(options: FileWriteTextOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.write|@system.file.d.ts| 533|Deprecated version changed|Class name: File;<br>Method or attribute name: static readText(options: FileReadTextOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static readText(options: FileReadTextOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.readText|@system.file.d.ts| 534|Deprecated version changed|Class name: File;<br>Method or attribute name: static writeArrayBuffer(options: FileWriteArrayBufferOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static writeArrayBuffer(options: FileWriteArrayBufferOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.write|@system.file.d.ts| 535|Deprecated version changed|Class name: File;<br>Method or attribute name: static readArrayBuffer(options: FileReadArrayBufferOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static readArrayBuffer(options: FileReadArrayBufferOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.read|@system.file.d.ts| 536|Deprecated version changed|Class name: File;<br>Method or attribute name: static access(options: FileAccessOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static access(options: FileAccessOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.access|@system.file.d.ts| 537|Deprecated version changed|Class name: File;<br>Method or attribute name: static mkdir(options: FileMkdirOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static mkdir(options: FileMkdirOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.mkdir|@system.file.d.ts| 538|Deprecated version changed|Class name: File;<br>Method or attribute name: static rmdir(options: FileRmdirOption): void;<br>Old version information: |Class name: File;<br>Method or attribute name: static rmdir(options: FileRmdirOption): void;<br>New version information: 10<br>Substitute API: ohos.file.fs.rmdir|@system.file.d.ts| 539|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function choose(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function choose(callback: AsyncCallback\<string>): void;<br>New version information: Parameter|@ohos.document.d.ts| 540|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function choose(types: string[], callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function choose(types: string[], callback: AsyncCallback\<string>): void;<br>New version information: Parameter|@ohos.document.d.ts| 541|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function show(uri: string, type: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function show(uri: string, type: string, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.document.d.ts| 542|Error code added|Class name: Environment;<br>Method or attribute name: function getStorageDataDir(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: Environment;<br>Method or attribute name: function getStorageDataDir(callback: AsyncCallback\<string>): void;<br>New version information: 202, 13900020, 13900042|@ohos.file.environment.d.ts| 543|Error code added|Class name: Environment;<br>Method or attribute name: function getUserDataDir(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: Environment;<br>Method or attribute name: function getUserDataDir(callback: AsyncCallback\<string>): void;<br>New version information: 202, 13900020, 13900042|@ohos.file.environment.d.ts| 544|Error code added|Class name: fileAccess;<br>Method or attribute name: function getFileAccessAbilityInfo(): Promise\<Array\<Want>>;<br>Old version information: |Class name: fileAccess;<br>Method or attribute name: function getFileAccessAbilityInfo(): Promise\<Array\<Want>>;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042, 14300001, 14300002, 14300003,14300004|@ohos.file.fileAccess.d.ts| 545|Error code added|Class name: FileAccessHelper;<br>Method or attribute name: openFile(uri: string, flags: OPENFLAGS, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: openFile(uri: string, flags: OPENFLAGS, callback: AsyncCallback\<number>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042, 14000001, 14000002, 14000003,14000004, 14300001, 14300002, 14300003,14300004|@ohos.file.fileAccess.d.ts| 546|Error code added|Class name: FileAccessHelper;<br>Method or attribute name: createFile(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: createFile(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042, 14000001, 14000002, 14000003,14000004, 14300001, 14300002, 14300003,14300004|@ohos.file.fileAccess.d.ts| 547|Error code added|Class name: FileAccessHelper;<br>Method or attribute name: mkDir(parentUri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: mkDir(parentUri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042, 14000001, 14000002, 14000003,14000004, 14300001, 14300002, 14300003,14300004|@ohos.file.fileAccess.d.ts| 548|Error code added|Class name: FileAccessHelper;<br>Method or attribute name: delete(uri: string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: delete(uri: string, callback: AsyncCallback\<number>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042, 14000001, 14000002, 14000003,14000004, 14300001, 14300002, 14300003,14300004|@ohos.file.fileAccess.d.ts| 549|Error code added|Class name: FileAccessHelper;<br>Method or attribute name: move(sourceFile: string, destFile: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: move(sourceFile: string, destFile: string, callback: AsyncCallback\<string>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042, 14000001, 14000002, 14000003,14000004, 14300001, 14300002, 14300003,14300004|@ohos.file.fileAccess.d.ts| 550|Error code added|Class name: FileAccessHelper;<br>Method or attribute name: rename(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: rename(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042, 14000001, 14000002, 14000003,14000004, 14300001, 14300002, 14300003,14300004|@ohos.file.fileAccess.d.ts| 551|Error code added|Class name: FileAccessHelper;<br>Method or attribute name: access(sourceFileUri: string, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: access(sourceFileUri: string, callback: AsyncCallback\<boolean>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042, 14000001, 14000002, 14000003,14000004, 14300001, 14300002, 14300003,14300004|@ohos.file.fileAccess.d.ts| 552|Error code added|Class name: FileAccessHelper;<br>Method or attribute name: getRoots(callback: AsyncCallback\<RootIterator>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: getRoots(callback: AsyncCallback\<RootIterator>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042, 14000001, 14000002, 14000003,14000004, 14300001, 14300002, 14300003,14300004|@ohos.file.fileAccess.d.ts| 553|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>New version information: 13900002, 13900005, 13900008, 13900011, 13900012, 13900013,13900018, 13900020, 13900023,13900030, 13900033,13900042|@ohos.file.fs.d.ts| 554|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function close(file: number \| File, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function close(file: number \| File, callback: AsyncCallback\<void>): void;<br>New version information: 13900004, 13900005, 13900008, 13900025, 13900041, 13900042|@ohos.file.fs.d.ts| 555|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>New version information: 13900002, 13900004, 13900005, 13900008, 13900010, 13900011, 13900012, 13900013,13900018, 13900019, 13900020, 13900030, 13900031, 13900033,13900034, 13900038, 13900042|@ohos.file.fs.d.ts| 556|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>New version information: 13900002, 13900004, 13900005, 13900008, 13900010, 13900011, 13900012, 13900013,13900018, 13900019, 13900020, 13900030, 13900031, 13900033,13900034, 13900038, 13900042|@ohos.file.fs.d.ts| 557|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042|@ohos.file.fs.d.ts| 558|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: 13900005, 13900008, 13900020, 13900025, 13900027, 13900041, 13900042|@ohos.file.fs.d.ts| 559|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900010, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042|@ohos.file.fs.d.ts| 560|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: 13900005, 13900008, 13900020, 13900025, 13900027, 13900041, 13900042|@ohos.file.fs.d.ts| 561|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> },<br> callback: AsyncCallback\<string[]><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> },<br> callback: AsyncCallback\<string[]><br>): void;<br>New version information: 13900002, 13900008, 13900011, 13900018, 13900042|@ohos.file.fs.d.ts| 562|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>New version information: 13900002, 13900008, 13900011, 13900012, 13900013,13900018, 13900030, 13900033,13900038, 13900042|@ohos.file.fs.d.ts| 563|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900015, 13900018, 13900020, 13900025, 13900028, 13900030, 13900033,13900041, 13900042|@ohos.file.fs.d.ts| 564|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900015, 13900018, 13900020, 13900025, 13900028, 13900030, 13900033,13900041, 13900042|@ohos.file.fs.d.ts| 565|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts| 566|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, callback: AsyncCallback\<File>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, callback: AsyncCallback\<File>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042|@ohos.file.fs.d.ts| 567|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, mode: number, callback: AsyncCallback\<File>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, mode: number, callback: AsyncCallback\<File>): void;<br>New version information: 13900001, 13900002, 13900004, 13900006, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900017, 13900018, 13900019, 13900020, 13900022, 13900023,13900024, 13900025, 13900027, 13900029, 13900030, 13900033,13900034, 13900038, 13900041, 13900042|@ohos.file.fs.d.ts| 568|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<number>): void;<br>New version information: 13900004, 13900005, 13900008, 13900010, 13900013,13900019, 13900020, 13900034, 13900042|@ohos.file.fs.d.ts| 569|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>New version information: 13900004, 13900005, 13900008, 13900010, 13900013,13900019, 13900020, 13900034, 13900042|@ohos.file.fs.d.ts| 570|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<br>New version information: 13900001, 13900004, 13900005, 13900008, 13900010, 13900013,13900019, 13900020, 13900024, 13900025, 13900034, 13900041, 13900042|@ohos.file.fs.d.ts| 571|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>New version information: 13900001, 13900004, 13900005, 13900008, 13900010, 13900013,13900019, 13900020, 13900024, 13900025, 13900034, 13900041, 13900042|@ohos.file.fs.d.ts| 572|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts| 573|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900011, 13900012, 13900013,13900014, 13900018, 13900020, 13900027, 13900030, 13900032, 13900042|@ohos.file.fs.d.ts| 574|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function stat(file: string \| number, callback: AsyncCallback\<Stat>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function stat(file: string \| number, callback: AsyncCallback\<Stat>): void;<br>New version information: 13900002, 13900004, 13900005, 13900008, 13900011, 13900012, 13900013,13900018, 13900030, 13900031, 13900033,13900038, 13900042|@ohos.file.fs.d.ts| 575|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900005, 13900008, 13900011, 13900012, 13900013,13900015, 13900018, 13900025, 13900027, 13900030, 13900041, 13900042|@ohos.file.fs.d.ts| 576|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function truncate(file: string \| number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function truncate(file: string \| number, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900004, 13900005, 13900008, 13900012, 13900013,13900018, 13900019, 13900020, 13900023,13900024, 13900027, 13900030, 13900033,13900042|@ohos.file.fs.d.ts| 577|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function truncate(file: string \| number, len: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function truncate(file: string \| number, len: number, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900004, 13900005, 13900008, 13900012, 13900013,13900018, 13900019, 13900020, 13900023,13900024, 13900027, 13900030, 13900033,13900042|@ohos.file.fs.d.ts| 578|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900005, 13900008, 13900011, 13900012, 13900013,13900014, 13900018, 13900019, 13900020, 13900027, 13900030, 13900033,13900042|@ohos.file.fs.d.ts| 579|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>New version information: 13900001, 13900004, 13900005, 13900008, 13900010, 13900013,13900020, 13900024, 13900025, 13900034, 13900041, 13900042|@ohos.file.fs.d.ts| 580|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>New version information: 13900001, 13900004, 13900005, 13900008, 13900010, 13900013,13900020, 13900024, 13900025, 13900034, 13900041, 13900042|@ohos.file.fs.d.ts| 581|Error code added|Class name: File;<br>Method or attribute name: lock(exclusive: boolean, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: File;<br>Method or attribute name: lock(exclusive: boolean, callback: AsyncCallback\<void>): void;<br>New version information: 13900004, 13900008, 13900020, 13900034, 13900042, 13900043|@ohos.file.fs.d.ts| 582|Error code added|Class name: Stream;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>New version information: 13900004, 13900005, 13900008, 13900025, 13900041, 13900042|@ohos.file.fs.d.ts| 583|Error code added|Class name: Stream;<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900004, 13900005, 13900008, 13900010, 13900013,13900020, 13900024, 13900025, 13900034, 13900041, 13900042|@ohos.file.fs.d.ts| 584|Error code added|Class name: Stream;<br>Method or attribute name: write(buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: write(buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>New version information: 13900001, 13900004, 13900005, 13900008, 13900010, 13900013,13900020, 13900024, 13900025, 13900034, 13900041, 13900042|@ohos.file.fs.d.ts| 585|Error code added|Class name: Stream;<br>Method or attribute name: write(<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br> ): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: write(<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br> ): void;<br>New version information: 13900001, 13900004, 13900005, 13900008, 13900010, 13900013,13900020, 13900024, 13900025, 13900034, 13900041, 13900042|@ohos.file.fs.d.ts| 586|Error code added|Class name: Stream;<br>Method or attribute name: read(buffer: ArrayBuffer, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: read(buffer: ArrayBuffer, callback: AsyncCallback\<number>): void;<br>New version information: 13900004, 13900005, 13900008, 13900010, 13900013,13900019, 13900020, 13900034, 13900042|@ohos.file.fs.d.ts| 587|Error code added|Class name: Stream;<br>Method or attribute name: read(<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> },<br> callback: AsyncCallback\<number><br> ): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: read(<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> },<br> callback: AsyncCallback\<number><br> ): void;<br>New version information: 13900004, 13900005, 13900008, 13900010, 13900013,13900019, 13900020, 13900034, 13900042|@ohos.file.fs.d.ts| 588|Error code added|Class name: hash;<br>Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: hash;<br>Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;<br>New version information: 13900020, 13900042|@ohos.file.hash.d.ts| 589|Error code added|Class name: securityLabel;<br>Method or attribute name: function setSecurityLabel(path: string, type: DataLevel, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: securityLabel;<br>Method or attribute name: function setSecurityLabel(path: string, type: DataLevel, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900007, 13900015, 13900020, 13900025, 13900037, 13900041, 13900042|@ohos.file.securityLabel.d.ts| 590|Error code added|Class name: securityLabel;<br>Method or attribute name: function getSecurityLabel(path: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: securityLabel;<br>Method or attribute name: function getSecurityLabel(path: string, callback: AsyncCallback\<string>): void;<br>New version information: 13900001, 13900007, 13900015, 13900020, 13900025, 13900037, 13900041, 13900042|@ohos.file.securityLabel.d.ts| 591|Error code added|Class name: statfs;<br>Method or attribute name: function getFreeSize(path: string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: statfs;<br>Method or attribute name: function getFreeSize(path: string, callback: AsyncCallback\<number>): void;<br>New version information: 13900002, 13900004, 13900005, 13900008, 13900011, 13900012, 13900013,13900018, 13900030, 13900031, 13900033,13900038, 13900042|@ohos.file.statvfs.d.ts| 592|Error code added|Class name: statfs;<br>Method or attribute name: function getTotalSize(path: string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: statfs;<br>Method or attribute name: function getTotalSize(path: string, callback: AsyncCallback\<number>): void;<br>New version information: 13900002, 13900004, 13900005, 13900008, 13900011, 13900012, 13900013,13900018, 13900030, 13900031, 13900033,13900038, 13900042|@ohos.file.statvfs.d.ts| 593|Error code added|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;<br>New version information: 201,202,401, 13600001, 13600008, 13900042|@ohos.file.storageStatistics.d.ts| 594|Error code added|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;<br>New version information: 201,202,401, 13600001, 13600008, 13900042|@ohos.file.storageStatistics.d.ts| 595|Error code added|Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;<br>New version information: 201,202,401, 13600001, 13600008, 13900042|@ohos.file.storageStatistics.d.ts| 596|Error code added|Class name: storageStatistics;<br>Method or attribute name: function getCurrentBundleStats(): Promise\<BundleStats>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getCurrentBundleStats(): Promise\<BundleStats>;<br>New version information: 401, 13600001, 13900042|@ohos.file.storageStatistics.d.ts| 597|Error code added|Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(): Promise\<number>;<br>New version information: 201,202,401, 13600001, 13900042|@ohos.file.storageStatistics.d.ts| 598|Error code added|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;<br>New version information: 201,202,401, 13600001, 13900042|@ohos.file.storageStatistics.d.ts| 599|Error code added|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;<br>New version information: 201,202,401, 13600001, 13600009, 13900042|@ohos.file.storageStatistics.d.ts| 600|Error code added|Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(): Promise\<number>;<br>New version information: 201,202,401, 13600001, 13900042|@ohos.file.storageStatistics.d.ts| 601|Error code added|Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(): Promise\<number>;<br>New version information: 201,202,401, 13600001, 13900042|@ohos.file.storageStatistics.d.ts| 602|Error code added|Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;<br>New version information: 201,202,401, 13600001, 13900042|@ohos.file.volumeManager.d.ts| 603|Error code added|Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string): Promise\<void>;<br>New version information: 201,202,401, 13600001, 13600002, 13600003,13600005, 13600008, 13900042|@ohos.file.volumeManager.d.ts| 604|Error code added|Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string): Promise\<void>;<br>New version information: 201,202,401, 13600001, 13600002, 13600004, 13600005, 13600008, 13900042|@ohos.file.volumeManager.d.ts| 605|Error code added|Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;<br>New version information: 201,202,401, 13600001, 13600008, 13900042|@ohos.file.volumeManager.d.ts| 606|Error code added|Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;<br>New version information: 201,202,401, 13600001, 13600008, 13900042|@ohos.file.volumeManager.d.ts| 607|Error code added|Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;<br>New version information: 201,202,401, 13600001, 13600002, 13600005, 13600008, 13900042|@ohos.file.volumeManager.d.ts| 608|Error code added|Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;<br>New version information: 201,202,401, 13600001, 13600002, 13600005, 13600008, 13900042|@ohos.file.volumeManager.d.ts| 609|Error code added|Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;<br>New version information: 201,202,401, 13600001, 13600008, 13900042|@ohos.file.volumeManager.d.ts| 610|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 611|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 612|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function close(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function close(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 613|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 614|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 615|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 616|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 617|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 618|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 619|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 620|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 621|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>New version information: fstat|@ohos.fileio.d.ts| 622|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 623|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 624|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 625|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 626|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 627|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 628|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 629|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 630|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 631|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 632|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, callback: AsyncCallback\<number>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 633|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, flags: number, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, flags: number, callback: AsyncCallback\<number>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 634|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 635|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 636|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function readText(<br> filePath: string,<br> options: {<br> position?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function readText(<br> filePath: string,<br> options: {<br> position?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 637|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 638|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> },<br> callback: AsyncCallback\<ReadOut><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> },<br> callback: AsyncCallback\<ReadOut><br>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 639|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 640|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 641|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 642|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 643|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function truncate(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function truncate(path: string, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 644|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function truncate(path: string, len: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function truncate(path: string, len: number, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 645|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 646|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 647|Error code added|Class name: sourcefile;<br>Method or attribute name: declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 648|Error code added|Class name: Dir;<br>Method or attribute name: read(callback: AsyncCallback\<Dirent>): void;<br>Old version information: |Class name: Dir;<br>Method or attribute name: read(callback: AsyncCallback\<Dirent>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 649|Error code added|Class name: Dir;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Dir;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>New version information: close|@ohos.fileio.d.ts| 650|Error code added|Class name: Stream;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>New version information: close|@ohos.fileio.d.ts| 651|Error code added|Class name: Stream;<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 652|Error code added|Class name: Stream;<br>Method or attribute name: write(buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: write(buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 653|Error code added|Class name: Stream;<br>Method or attribute name: write(<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br> ): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: write(<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br> ): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 654|Error code added|Class name: Stream;<br>Method or attribute name: read(buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: read(buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 655|Error code added|Class name: Stream;<br>Method or attribute name: read(<br> buffer: ArrayBuffer,<br> options: {<br> position?: number;<br> offset?: number;<br> length?: number;<br> },<br> callback: AsyncCallback\<ReadOut><br> ): void;<br>Old version information: |Class name: Stream;<br>Method or attribute name: read(<br> buffer: ArrayBuffer,<br> options: {<br> position?: number;<br> offset?: number;<br> length?: number;<br> },<br> callback: AsyncCallback\<ReadOut><br> ): void;<br>New version information: Parameter|@ohos.fileio.d.ts| 656|Error code added|Class name: Watcher;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Watcher;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;<br>New version information: stop|@ohos.fileio.d.ts| 657|Error code added|Class name: fileShare;<br>Method or attribute name: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags): Promise\<void>;<br>Old version information: |Class name: fileShare;<br>Method or attribute name: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags): Promise\<void>;<br>New version information: 201,202,401, 143000001|@ohos.fileshare.d.ts| 658|Error code changed|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>Old version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900015, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts| 659|Error code changed|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>Old version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900015, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts| 660|Error code changed|Class name: sourcefile;<br>Method or attribute name: declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>Old version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900015, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|Class name: sourcefile;<br>Method or attribute name: declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts| 661|Error code changed|Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string): Promise\<void>;<br>Old version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900015, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string): Promise\<void>;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts| 662|Error code changed|Class name: sourcefile;<br>Method or attribute name: declare function renameSync(oldPath: string, newPath: string): void;<br>Old version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900015, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|Class name: sourcefile;<br>Method or attribute name: declare function renameSync(oldPath: string, newPath: string): void;<br>New version information: 13900001, 13900002, 13900008, 13900011, 13900012, 13900013,13900014, 13900015, 13900016, 13900018, 13900019, 13900020, 13900025, 13900027, 13900028, 13900032, 13900033,13900041, 13900042|@ohos.file.fs.d.ts| 663|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts| 664|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts| 665|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\<BundleStats>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\<BundleStats>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts| 666|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\<BundleStats>): void;<br>Old version information: 13600001, 13900032,401|Class name: storageStatistics;<br>Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\<BundleStats>): void;<br>New version information: 13600001, 13900042,401|@ohos.file.storageStatistics.d.ts| 667|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(callback: AsyncCallback\<number>): void;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(callback: AsyncCallback\<number>): void;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts| 668|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(): Promise\<StorageStats>;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(): Promise\<StorageStats>;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts| 669|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number): Promise\<StorageStats>;<br>Old version information: 13600001, 13600009, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number): Promise\<StorageStats>;<br>New version information: 13600001, 13600009, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts| 670|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(callback: AsyncCallback\<number>): void;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(callback: AsyncCallback\<number>): void;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts| 671|Error code changed|Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(callback: AsyncCallback\<number>): void;<br>Old version information: 13600001, 13900032,201,202,401|Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(callback: AsyncCallback\<number>): void;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.storageStatistics.d.ts| 672|Error code changed|Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(callback: AsyncCallback\<Array\<Volume>>): void;<br>Old version information: 13600001, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(callback: AsyncCallback\<Array\<Volume>>): void;<br>New version information: 13600001, 13900042,201,202,401|@ohos.file.volumeManager.d.ts| 673|Error code changed|Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\<void>): void;<br>Old version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\<void>): void;<br>New version information: 13600001, 13600002, 13600003,13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts| 674|Error code changed|Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\<void>): void;<br>Old version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\<void>): void;<br>New version information: 13600001, 13600002, 13600004, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts| 675|Error code changed|Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\<Volume>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\<Volume>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts| 676|Error code changed|Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\<Volume>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\<Volume>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts| 677|Error code changed|Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\<void>): void;<br>Old version information: 13600001, 13600002, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\<void>): void;<br>New version information: 13600001, 13600002, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts| 678|Error code changed|Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\<void>): void;<br>Old version information: 13600001, 13600002, 13600005, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\<void>): void;<br>New version information: 13600001, 13600002, 13600005, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts| 679|Error code changed|Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\<void>): void;<br>Old version information: 13600001, 13600008, 13900032,201,202,401|Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\<void>): void;<br>New version information: 13600001, 13600008, 13900042,201,202,401|@ohos.file.volumeManager.d.ts| 680|Access level changed|Class name: Environment;<br>Method or attribute name: function getStorageDataDir(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: Environment;<br>Method or attribute name: function getStorageDataDir(callback: AsyncCallback\<string>): void;<br>New version information: systemapi|@ohos.file.environment.d.ts| 681|Access level changed|Class name: Environment;<br>Method or attribute name: function getUserDataDir(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: Environment;<br>Method or attribute name: function getUserDataDir(callback: AsyncCallback\<string>): void;<br>New version information: systemapi|@ohos.file.environment.d.ts| 682|Access level changed|Class name: fileAccess;<br>Method or attribute name: function getFileAccessAbilityInfo(): Promise\<Array\<Want>>;<br>Old version information: |Class name: fileAccess;<br>Method or attribute name: function getFileAccessAbilityInfo(): Promise\<Array\<Want>>;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 683|Access level changed|Class name: FileInfo;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: uri: string;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 684|Access level changed|Class name: RootInfo;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: uri: string;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 685|Access level changed|Class name: FileInfo;<br>Method or attribute name: fileName: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: fileName: string;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 686|Access level changed|Class name: FileInfo;<br>Method or attribute name: mode: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mode: number;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 687|Access level changed|Class name: FileInfo;<br>Method or attribute name: size: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: size: number;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 688|Access level changed|Class name: FileInfo;<br>Method or attribute name: mtime: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mtime: number;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 689|Access level changed|Class name: FileInfo;<br>Method or attribute name: mimeType: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mimeType: string;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 690|Access level changed|Class name: RootInfo;<br>Method or attribute name: deviceType: number;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: deviceType: number;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 691|Access level changed|Class name: RootInfo;<br>Method or attribute name: displayName: string;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: displayName: string;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 692|Access level changed|Class name: RootInfo;<br>Method or attribute name: deviceFlags: number;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: deviceFlags: number;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 693|Access level changed|Class name: OPENFLAGS;<br>Method or attribute name: READ = 0o0<br>Old version information: |Class name: OPENFLAGS;<br>Method or attribute name: READ = 0o0<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 694|Access level changed|Class name: OPENFLAGS;<br>Method or attribute name: WRITE = 0o1<br>Old version information: |Class name: OPENFLAGS;<br>Method or attribute name: WRITE = 0o1<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 695|Access level changed|Class name: OPENFLAGS;<br>Method or attribute name: WRITE_READ = 0o2<br>Old version information: |Class name: OPENFLAGS;<br>Method or attribute name: WRITE_READ = 0o2<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 696|Access level changed|Class name: FileAccessHelper;<br>Method or attribute name: openFile(uri: string, flags: OPENFLAGS, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: openFile(uri: string, flags: OPENFLAGS, callback: AsyncCallback\<number>): void;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 697|Access level changed|Class name: FileAccessHelper;<br>Method or attribute name: createFile(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: createFile(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 698|Access level changed|Class name: FileAccessHelper;<br>Method or attribute name: mkDir(parentUri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: mkDir(parentUri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 699|Access level changed|Class name: FileAccessHelper;<br>Method or attribute name: delete(uri: string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: delete(uri: string, callback: AsyncCallback\<number>): void;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 700|Access level changed|Class name: FileAccessHelper;<br>Method or attribute name: move(sourceFile: string, destFile: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: move(sourceFile: string, destFile: string, callback: AsyncCallback\<string>): void;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 701|Access level changed|Class name: FileAccessHelper;<br>Method or attribute name: rename(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: rename(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 702|Access level changed|Class name: FileAccessHelper;<br>Method or attribute name: access(sourceFileUri: string, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: access(sourceFileUri: string, callback: AsyncCallback\<boolean>): void;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 703|Access level changed|Class name: FileAccessHelper;<br>Method or attribute name: getRoots(callback: AsyncCallback\<RootIterator>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: getRoots(callback: AsyncCallback\<RootIterator>): void;<br>New version information: systemapi|@ohos.file.fileAccess.d.ts| 704|Access level changed|Class name: DeviceType;<br>Method or attribute name: DEVICE_LOCAL_DISK = 1<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: DEVICE_LOCAL_DISK = 1<br>New version information: systemapi|@ohos.file.fileExtensionInfo.d.ts| 705|Access level changed|Class name: DeviceType;<br>Method or attribute name: DEVICE_SHARED_DISK<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: DEVICE_SHARED_DISK<br>New version information: systemapi|@ohos.file.fileExtensionInfo.d.ts| 706|Access level changed|Class name: DeviceType;<br>Method or attribute name: DEVICE_SHARED_TERMINAL<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: DEVICE_SHARED_TERMINAL<br>New version information: systemapi|@ohos.file.fileExtensionInfo.d.ts| 707|Access level changed|Class name: DeviceType;<br>Method or attribute name: DEVICE_NETWORK_NEIGHBORHOODS<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: DEVICE_NETWORK_NEIGHBORHOODS<br>New version information: systemapi|@ohos.file.fileExtensionInfo.d.ts| 708|Access level changed|Class name: DeviceType;<br>Method or attribute name: DEVICE_EXTERNAL_MTP<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: DEVICE_EXTERNAL_MTP<br>New version information: systemapi|@ohos.file.fileExtensionInfo.d.ts| 709|Access level changed|Class name: DeviceType;<br>Method or attribute name: DEVICE_EXTERNAL_USB<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: DEVICE_EXTERNAL_USB<br>New version information: systemapi|@ohos.file.fileExtensionInfo.d.ts| 710|Access level changed|Class name: DeviceType;<br>Method or attribute name: DEVICE_EXTERNAL_CLOUD<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: DEVICE_EXTERNAL_CLOUD<br>New version information: systemapi|@ohos.file.fileExtensionInfo.d.ts| 711|Access level changed|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;<br>New version information: systemapi|@ohos.file.storageStatistics.d.ts| 712|Access level changed|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;<br>New version information: systemapi|@ohos.file.storageStatistics.d.ts| 713|Access level changed|Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;<br>New version information: systemapi|@ohos.file.storageStatistics.d.ts| 714|Access level changed|Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(): Promise\<number>;<br>New version information: systemapi|@ohos.file.storageStatistics.d.ts| 715|Access level changed|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;<br>New version information: systemapi|@ohos.file.storageStatistics.d.ts| 716|Access level changed|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;<br>New version information: systemapi|@ohos.file.storageStatistics.d.ts| 717|Access level changed|Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(): Promise\<number>;<br>New version information: systemapi|@ohos.file.storageStatistics.d.ts| 718|Access level changed|Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(): Promise\<number>;<br>New version information: systemapi|@ohos.file.storageStatistics.d.ts| 719|Access level changed|Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;<br>New version information: systemapi|@ohos.file.volumeManager.d.ts| 720|Access level changed|Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string): Promise\<void>;<br>New version information: systemapi|@ohos.file.volumeManager.d.ts| 721|Access level changed|Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string): Promise\<void>;<br>New version information: systemapi|@ohos.file.volumeManager.d.ts| 722|Access level changed|Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;<br>New version information: systemapi|@ohos.file.volumeManager.d.ts| 723|Access level changed|Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;<br>New version information: systemapi|@ohos.file.volumeManager.d.ts| 724|Access level changed|Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;<br>New version information: systemapi|@ohos.file.volumeManager.d.ts| 725|Access level changed|Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;<br>New version information: systemapi|@ohos.file.volumeManager.d.ts| 726|Access level changed|Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;<br>New version information: systemapi|@ohos.file.volumeManager.d.ts| 727|Access level changed|Class name: Volume;<br>Method or attribute name: path: string;<br>Old version information: |Class name: Volume;<br>Method or attribute name: path: string;<br>New version information: systemapi|@ohos.file.volumeManager.d.ts| 728|Access level changed|Class name: fileShare;<br>Method or attribute name: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags): Promise\<void>;<br>Old version information: |Class name: fileShare;<br>Method or attribute name: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags): Promise\<void>;<br>New version information: systemapi|@ohos.fileshare.d.ts| 729|Permission changed|Class name: fileAccess;<br>Method or attribute name: function getFileAccessAbilityInfo(): Promise\<Array\<Want>>;<br>Old version information: |Class name: fileAccess;<br>Method or attribute name: function getFileAccessAbilityInfo(): Promise\<Array\<Want>>;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER,ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.file.fileAccess.d.ts| 730|Permission changed|Class name: FileInfo;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: uri: string;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 731|Permission changed|Class name: RootInfo;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: uri: string;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 732|Permission changed|Class name: FileInfo;<br>Method or attribute name: fileName: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: fileName: string;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 733|Permission changed|Class name: FileInfo;<br>Method or attribute name: mode: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mode: number;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 734|Permission changed|Class name: FileInfo;<br>Method or attribute name: size: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: size: number;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 735|Permission changed|Class name: FileInfo;<br>Method or attribute name: mtime: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mtime: number;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 736|Permission changed|Class name: FileInfo;<br>Method or attribute name: mimeType: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mimeType: string;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 737|Permission changed|Class name: RootInfo;<br>Method or attribute name: deviceType: number;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: deviceType: number;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 738|Permission changed|Class name: RootInfo;<br>Method or attribute name: displayName: string;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: displayName: string;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 739|Permission changed|Class name: RootInfo;<br>Method or attribute name: deviceFlags: number;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: deviceFlags: number;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 740|Permission changed|Class name: FileAccessHelper;<br>Method or attribute name: openFile(uri: string, flags: OPENFLAGS, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: openFile(uri: string, flags: OPENFLAGS, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 741|Permission changed|Class name: FileAccessHelper;<br>Method or attribute name: createFile(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: createFile(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 742|Permission changed|Class name: FileAccessHelper;<br>Method or attribute name: mkDir(parentUri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: mkDir(parentUri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 743|Permission changed|Class name: FileAccessHelper;<br>Method or attribute name: delete(uri: string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: delete(uri: string, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 744|Permission changed|Class name: FileAccessHelper;<br>Method or attribute name: move(sourceFile: string, destFile: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: move(sourceFile: string, destFile: string, callback: AsyncCallback\<string>): void;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 745|Permission changed|Class name: FileAccessHelper;<br>Method or attribute name: rename(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: rename(uri: string, displayName: string, callback: AsyncCallback\<string>): void;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 746|Permission changed|Class name: FileAccessHelper;<br>Method or attribute name: access(sourceFileUri: string, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: access(sourceFileUri: string, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 747|Permission changed|Class name: FileAccessHelper;<br>Method or attribute name: getRoots(callback: AsyncCallback\<RootIterator>): void;<br>Old version information: |Class name: FileAccessHelper;<br>Method or attribute name: getRoots(callback: AsyncCallback\<RootIterator>): void;<br>New version information: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| 748|Permission changed|Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.storageStatistics.d.ts| 749|Permission changed|Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.storageStatistics.d.ts| 750|Permission changed|Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.storageStatistics.d.ts| 751|Permission changed|Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getSystemSize(): Promise\<number>;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.storageStatistics.d.ts| 752|Permission changed|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.storageStatistics.d.ts| 753|Permission changed|Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.storageStatistics.d.ts| 754|Permission changed|Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getTotalSize(): Promise\<number>;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.storageStatistics.d.ts| 755|Permission changed|Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(): Promise\<number>;<br>Old version information: |Class name: storageStatistics;<br>Method or attribute name: function getFreeSize(): Promise\<number>;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.storageStatistics.d.ts| 756|Permission changed|Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.volumeManager.d.ts| 757|Permission changed|Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function mount(volumeId: string): Promise\<void>;<br>New version information: ohos.permission.MOUNT_UNMOUNT_MANAGER|@ohos.file.volumeManager.d.ts| 758|Permission changed|Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function unmount(volumeId: string): Promise\<void>;<br>New version information: ohos.permission.MOUNT_UNMOUNT_MANAGER|@ohos.file.volumeManager.d.ts| 759|Permission changed|Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.volumeManager.d.ts| 760|Permission changed|Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;<br>New version information: ohos.permission.STORAGE_MANAGER|@ohos.file.volumeManager.d.ts| 761|Permission changed|Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;<br>New version information: ohos.permission.MOUNT_UNMOUNT_MANAGER|@ohos.file.volumeManager.d.ts| 762|Permission changed|Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;<br>New version information: ohos.permission.MOUNT_FORMAT_MANAGER|@ohos.file.volumeManager.d.ts| 763|Permission changed|Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;<br>Old version information: |Class name: volumeManager;<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;<br>New version information: ohos.permission.MOUNT_FORMAT_MANAGER|@ohos.file.volumeManager.d.ts| 764|Permission changed|Class name: fileShare;<br>Method or attribute name: function grantUriPermission(<br> uri: string,<br> bundleName: string,<br> flag: wantConstant.Flags,<br> callback: AsyncCallback\<void><br> ): void;<br>Old version information: |Class name: fileShare;<br>Method or attribute name: function grantUriPermission(<br> uri: string,<br> bundleName: string,<br> flag: wantConstant.Flags,<br> callback: AsyncCallback\<void><br> ): void;<br>New version information: ohos.permission.WRITE_MEDIA|@ohos.fileshare.d.ts| 765|Permission changed|Class name: fileShare;<br>Method or attribute name: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags): Promise\<void>;<br>Old version information: |Class name: fileShare;<br>Method or attribute name: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags): Promise\<void>;<br>New version information: ohos.permission.WRITE_MEDIA|@ohos.fileshare.d.ts| 766|Model changed|Class name: fileAccess;<br>Method or attribute name: function getFileAccessAbilityInfo(): Promise\<Array\<Want>>;<br>Old version information: |Class name: fileAccess;<br>Method or attribute name: function getFileAccessAbilityInfo(): Promise\<Array\<Want>>;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 767|Model changed|Class name: FileInfo;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: uri: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 768|Model changed|Class name: RootInfo;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: uri: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 769|Model changed|Class name: FileInfo;<br>Method or attribute name: fileName: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: fileName: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 770|Model changed|Class name: FileInfo;<br>Method or attribute name: mode: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mode: number;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 771|Model changed|Class name: FileInfo;<br>Method or attribute name: size: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: size: number;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 772|Model changed|Class name: FileInfo;<br>Method or attribute name: mtime: number;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mtime: number;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 773|Model changed|Class name: FileInfo;<br>Method or attribute name: mimeType: string;<br>Old version information: |Class name: FileInfo;<br>Method or attribute name: mimeType: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 774|Model changed|Class name: RootInfo;<br>Method or attribute name: deviceType: number;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: deviceType: number;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 775|Model changed|Class name: RootInfo;<br>Method or attribute name: displayName: string;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: displayName: string;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 776|Model changed|Class name: RootInfo;<br>Method or attribute name: deviceFlags: number;<br>Old version information: |Class name: RootInfo;<br>Method or attribute name: deviceFlags: number;<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 777|Model changed|Class name: OPENFLAGS;<br>Method or attribute name: READ = 0o0<br>Old version information: |Class name: OPENFLAGS;<br>Method or attribute name: READ = 0o0<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 778|Model changed|Class name: OPENFLAGS;<br>Method or attribute name: WRITE = 0o1<br>Old version information: |Class name: OPENFLAGS;<br>Method or attribute name: WRITE = 0o1<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 779|Model changed|Class name: OPENFLAGS;<br>Method or attribute name: WRITE_READ = 0o2<br>Old version information: |Class name: OPENFLAGS;<br>Method or attribute name: WRITE_READ = 0o2<br>New version information: StageModelOnly|@ohos.file.fileAccess.d.ts| 780|Model changed|Class name: FileAccessHelper;<br>Method or attribute name: interface FileAccessHelper<br>Old version information: StageModelOnly|Class name: FileAccessHelper;<br>Method or attribute name: interface FileAccessHelper<br>New version information: |@ohos.file.fileAccess.d.ts| 781|Model changed|Class name: FileAccessHelper;<br>Method or attribute name: openFile(uri: string, flags: OPENFLAGS): Promise\<number>;<br>Old version information: StageModelOnly|Class name: FileAccessHelper;<br>Method or attribute name: openFile(uri: string, flags: OPENFLAGS): Promise\<number>;<br>New version information: |@ohos.file.fileAccess.d.ts| 782|Model changed|Class name: FileAccessHelper;<br>Method or attribute name: createFile(uri: string, displayName: string): Promise\<string>;<br>Old version information: StageModelOnly|Class name: FileAccessHelper;<br>Method or attribute name: createFile(uri: string, displayName: string): Promise\<string>;<br>New version information: |@ohos.file.fileAccess.d.ts| 783|Model changed|Class name: FileAccessHelper;<br>Method or attribute name: mkDir(parentUri: string, displayName: string): Promise\<string>;<br>Old version information: StageModelOnly|Class name: FileAccessHelper;<br>Method or attribute name: mkDir(parentUri: string, displayName: string): Promise\<string>;<br>New version information: |@ohos.file.fileAccess.d.ts| 784|Model changed|Class name: FileAccessHelper;<br>Method or attribute name: delete(uri: string): Promise\<number>;<br>Old version information: StageModelOnly|Class name: FileAccessHelper;<br>Method or attribute name: delete(uri: string): Promise\<number>;<br>New version information: |@ohos.file.fileAccess.d.ts| 785|Model changed|Class name: FileAccessHelper;<br>Method or attribute name: move(sourceFile: string, destFile: string): Promise\<string>;<br>Old version information: StageModelOnly|Class name: FileAccessHelper;<br>Method or attribute name: move(sourceFile: string, destFile: string): Promise\<string>;<br>New version information: |@ohos.file.fileAccess.d.ts| 786|Model changed|Class name: FileAccessHelper;<br>Method or attribute name: rename(uri: string, displayName: string): Promise\<string>;<br>Old version information: StageModelOnly|Class name: FileAccessHelper;<br>Method or attribute name: rename(uri: string, displayName: string): Promise\<string>;<br>New version information: |@ohos.file.fileAccess.d.ts| 787|Model changed|Class name: FileAccessHelper;<br>Method or attribute name: access(sourceFileUri: string): Promise\<boolean>;<br>Old version information: StageModelOnly|Class name: FileAccessHelper;<br>Method or attribute name: access(sourceFileUri: string): Promise\<boolean>;<br>New version information: |@ohos.file.fileAccess.d.ts| 788|Model changed|Class name: FileAccessHelper;<br>Method or attribute name: getRoots(): Promise\<RootIterator>;<br>Old version information: StageModelOnly|Class name: FileAccessHelper;<br>Method or attribute name: getRoots(): Promise\<RootIterator>;<br>New version information: |@ohos.file.fileAccess.d.ts| 789|Type changed|Class name: Stat;<br>Method or attribute name: readonly ino: bigint;<br>Old version information: number|Class name: Stat;<br>Method or attribute name: readonly ino: bigint;<br>New version information: bigint|@ohos.file.fs.d.ts| 790|Type changed|Class name: Stat;<br>Method or attribute name: readonly mode: number;<br>Old version information: bigint|Class name: Stat;<br>Method or attribute name: readonly mode: number;<br>New version information: number|@ohos.file.fs.d.ts| 791|Type changed|Class name: PhotoSelectOptions;<br>Method or attribute name: MIMEType?: PhotoViewMIMETypes;<br>Old version information: PhotoViewMIMETypes|Class name: PhotoSelectOptions;<br>Method or attribute name: MIMEType?: PhotoViewMIMETypes;<br>New version information: ?PhotoViewMIMETypes|@ohos.file.picker.d.ts| 792|Type changed|Class name: PhotoSelectOptions;<br>Method or attribute name: maxSelectNumber?: number;<br>Old version information: number|Class name: PhotoSelectOptions;<br>Method or attribute name: maxSelectNumber?: number;<br>New version information: ?number|@ohos.file.picker.d.ts| 793|Type changed|Class name: PhotoSaveOptions;<br>Method or attribute name: newFileNames?: Array\<string>;<br>Old version information: Array\<string>|Class name: PhotoSaveOptions;<br>Method or attribute name: newFileNames?: Array\<string>;<br>New version information: ?Array\<string>|@ohos.file.picker.d.ts| 794|Type changed|Class name: DocumentSaveOptions;<br>Method or attribute name: newFileNames?: Array\<string>;<br>Old version information: Array\<string>|Class name: DocumentSaveOptions;<br>Method or attribute name: newFileNames?: Array\<string>;<br>New version information: ?Array\<string>|@ohos.file.picker.d.ts| 795|Type changed|Class name: AudioSaveOptions;<br>Method or attribute name: newFileNames?: Array\<string>;<br>Old version information: Array\<string>|Class name: AudioSaveOptions;<br>Method or attribute name: newFileNames?: Array\<string>;<br>New version information: ?Array\<string>|@ohos.file.picker.d.ts| 796|Function changed|Class name: sourcefile;<br>Method or attribute name: declare function closeSync(fd: number \| File): void;|Class name: sourcefile;<br>Method or attribute name: declare function closeSync(file: number \| File): void;|@ohos.file.fs.d.ts| 797|Function changed|Class name: AbsAlbum;<br>Method or attribute name: readonly coverUri: string;|Class name: AbsAlbum;<br>Method or attribute name: coverUri: string;|@ohos.filemanagement.userFileManager.d.ts| 798|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function access(path: string): Promise\<boolean>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function access(path: string): Promise\<boolean>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 799|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 800|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function accessSync(path: string): boolean;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function accessSync(path: string): boolean;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 801|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function close(file: number \| File): Promise\<void>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function close(file: number \| File): Promise\<void>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 802|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function close(file: number \| File, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function close(file: number \| File, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 803|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function closeSync(file: number \| File): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function closeSync(file: number \| File): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 804|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 805|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 806|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 807|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 808|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function fdatasync(fd: number): Promise\<void>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fdatasync(fd: number): Promise\<void>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 809|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 810|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function fdatasyncSync(fd: number): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fdatasyncSync(fd: number): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 811|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function fsync(fd: number): Promise\<void>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fsync(fd: number): Promise\<void>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 812|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 813|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function fsyncSync(fd: number): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fsyncSync(fd: number): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 814|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function listFile(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): Promise\<string[]>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function listFile(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): Promise\<string[]>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 815|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function listFile(path: string, callback: AsyncCallback\<string[]>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function listFile(path: string, callback: AsyncCallback\<string[]>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 816|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> },<br> callback: AsyncCallback\<string[]><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> },<br> callback: AsyncCallback\<string[]><br>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 817|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function listFileSync(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): string[];<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function listFileSync(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): string[];<br>New version information: crossplatform|@ohos.file.fs.d.ts| 818|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string): Promise\<void>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string): Promise\<void>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 819|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 820|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function mkdirSync(path: string): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdirSync(path: string): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 821|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function mkdtemp(prefix: string): Promise\<string>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdtemp(prefix: string): Promise\<string>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 822|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 823|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function mkdtempSync(prefix: string): string;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function mkdtempSync(prefix: string): string;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 824|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 825|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 826|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 827|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 828|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, mode?: number): Promise\<File>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, mode?: number): Promise\<File>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 829|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, callback: AsyncCallback\<File>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, callback: AsyncCallback\<File>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 830|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, mode: number, callback: AsyncCallback\<File>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function open(path: string, mode: number, callback: AsyncCallback\<File>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 831|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function openSync(path: string, mode?: number): File;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function openSync(path: string, mode?: number): File;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 832|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options?: {<br> offset?: number;<br> length?: number;<br> }<br>): Promise\<number>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options?: {<br> offset?: number;<br> length?: number;<br> }<br>): Promise\<number>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 833|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<number>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 834|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: number;<br> length?: number;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 835|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function readSync(<br> fd: number,<br> buffer: ArrayBuffer,<br> options?: {<br> offset?: number;<br> length?: number;<br> }<br>): number;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function readSync(<br> fd: number,<br> buffer: ArrayBuffer,<br> options?: {<br> offset?: number;<br> length?: number;<br> }<br>): number;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 836|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function readText(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): Promise\<string>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function readText(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): Promise\<string>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 837|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 838|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 839|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function readTextSync(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): string;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function readTextSync(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): string;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 840|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string): Promise\<void>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string): Promise\<void>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 841|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 842|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function renameSync(oldPath: string, newPath: string): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function renameSync(oldPath: string, newPath: string): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 843|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function rmdir(path: string): Promise\<void>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rmdir(path: string): Promise\<void>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 844|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 845|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function rmdirSync(path: string): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function rmdirSync(path: string): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 846|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function stat(file: string \| number): Promise\<Stat>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function stat(file: string \| number): Promise\<Stat>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 847|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function stat(file: string \| number, callback: AsyncCallback\<Stat>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function stat(file: string \| number, callback: AsyncCallback\<Stat>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 848|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function statSync(file: string \| number): Stat;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function statSync(file: string \| number): Stat;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 849|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function truncate(file: string \| number, len?: number): Promise\<void>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function truncate(file: string \| number, len?: number): Promise\<void>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 850|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function truncate(file: string \| number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function truncate(file: string \| number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 851|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function truncate(file: string \| number, len: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function truncate(file: string \| number, len: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 852|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function truncateSync(file: string \| number, len?: number): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function truncateSync(file: string \| number, len?: number): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 853|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function unlink(path: string): Promise\<void>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function unlink(path: string): Promise\<void>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 854|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 855|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function unlinkSync(path: string): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function unlinkSync(path: string): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 856|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): Promise\<number>;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): Promise\<number>;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 857|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 858|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<number><br>): void;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 859|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function writeSync(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): number;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function writeSync(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): number;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 860|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export type Filter = {<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> suffix?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> displayName?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> mimeType?: Array\<string>;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> fileSizeOver?: number;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> lastModifiedAfter?: number;<br> /**<br> * @type { ?boolean }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> excludeMedia?: boolean;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export type Filter = {<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> suffix?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> displayName?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> mimeType?: Array\<string>;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> fileSizeOver?: number;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> lastModifiedAfter?: number;<br> /**<br> * @type { ?boolean }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> excludeMedia?: boolean;<br>};<br>New version information: crossplatform|@ohos.file.fs.d.ts| 861|Cross-platform capability changed|Class name: fileIo;<br>Method or attribute name: declare fileIo<br>Old version information: |Class name: fileIo;<br>Method or attribute name: declare fileIo<br>New version information: crossplatform|@ohos.file.fs.d.ts| 862|Cross-platform capability changed|Class name: OpenMode;<br>Method or attribute name: OpenMode<br>Old version information: |Class name: OpenMode;<br>Method or attribute name: OpenMode<br>New version information: crossplatform|@ohos.file.fs.d.ts| 863|Cross-platform capability changed|Class name: File;<br>Method or attribute name: declare interface File<br>Old version information: |Class name: File;<br>Method or attribute name: declare interface File<br>New version information: crossplatform|@ohos.file.fs.d.ts| 864|Cross-platform capability changed|Class name: File;<br>Method or attribute name: readonly fd: number;<br>Old version information: |Class name: File;<br>Method or attribute name: readonly fd: number;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 865|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: declare interface Stat<br>Old version information: |Class name: Stat;<br>Method or attribute name: declare interface Stat<br>New version information: crossplatform|@ohos.file.fs.d.ts| 866|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: readonly ino: bigint;<br>Old version information: |Class name: Stat;<br>Method or attribute name: readonly ino: bigint;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 867|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: readonly mode: number;<br>Old version information: |Class name: Stat;<br>Method or attribute name: readonly mode: number;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 868|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: readonly uid: number;<br>Old version information: |Class name: Stat;<br>Method or attribute name: readonly uid: number;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 869|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: readonly gid: number;<br>Old version information: |Class name: Stat;<br>Method or attribute name: readonly gid: number;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 870|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: readonly size: number;<br>Old version information: |Class name: Stat;<br>Method or attribute name: readonly size: number;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 871|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: readonly atime: number;<br>Old version information: |Class name: Stat;<br>Method or attribute name: readonly atime: number;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 872|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: readonly mtime: number;<br>Old version information: |Class name: Stat;<br>Method or attribute name: readonly mtime: number;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 873|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: readonly ctime: number;<br>Old version information: |Class name: Stat;<br>Method or attribute name: readonly ctime: number;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 874|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: isBlockDevice(): boolean;<br>Old version information: |Class name: Stat;<br>Method or attribute name: isBlockDevice(): boolean;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 875|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: isCharacterDevice(): boolean;<br>Old version information: |Class name: Stat;<br>Method or attribute name: isCharacterDevice(): boolean;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 876|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: isDirectory(): boolean;<br>Old version information: |Class name: Stat;<br>Method or attribute name: isDirectory(): boolean;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 877|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: isFIFO(): boolean;<br>Old version information: |Class name: Stat;<br>Method or attribute name: isFIFO(): boolean;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 878|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: isFile(): boolean;<br>Old version information: |Class name: Stat;<br>Method or attribute name: isFile(): boolean;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 879|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: isSocket(): boolean;<br>Old version information: |Class name: Stat;<br>Method or attribute name: isSocket(): boolean;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 880|Cross-platform capability changed|Class name: Stat;<br>Method or attribute name: isSymbolicLink(): boolean;<br>Old version information: |Class name: Stat;<br>Method or attribute name: isSymbolicLink(): boolean;<br>New version information: crossplatform|@ohos.file.fs.d.ts| 881