| Change Type | Old Version | New Version | d.ts File |
|---|---|---|---|
| New API | NA | Class name: global; API declaration: export interface BundleVersion Differences: export interface BundleVersion | api/@ohos.application.BackupExtensionAbility.d.ts |
| New API | NA | Class name: BundleVersion; API declaration: code: number; Differences: code: number; | api/@ohos.application.BackupExtensionAbility.d.ts |
| New API | NA | Class name: BundleVersion; API declaration: name: string; Differences: name: string; | api/@ohos.application.BackupExtensionAbility.d.ts |
| New API | NA | Class name: global; API declaration: export default class BackupExtensionAbility Differences: export default class BackupExtensionAbility | api/@ohos.application.BackupExtensionAbility.d.ts |
| New API | NA | Class name: BackupExtensionAbility; API declaration: context: ExtensionContext; Differences: context: ExtensionContext; | api/@ohos.application.BackupExtensionAbility.d.ts |
| New API | NA | Class name: BackupExtensionAbility; API declaration: onBackup(): void; Differences: onBackup(): void; | api/@ohos.application.BackupExtensionAbility.d.ts |
| New API | NA | Class name: BackupExtensionAbility; API declaration: onRestore(bundleVersion: BundleVersion): void; Differences: onRestore(bundleVersion: BundleVersion): void; | api/@ohos.application.BackupExtensionAbility.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace document Differences: declare namespace document | api/@ohos.document.d.ts |
| New API | NA | Class name: global; API declaration: declare function choose(types?: string[]): Promise<string>; Differences: declare function choose(types?: string[]): Promise<string>; | api/@ohos.document.d.ts |
| New API | NA | Class name: global; API declaration: declare function choose(callback: AsyncCallback<string>): void; Differences: declare function choose(callback: AsyncCallback<string>): void; | api/@ohos.document.d.ts |
| New API | NA | Class name: global; API declaration: declare function choose(types: string[], callback: AsyncCallback<string>): void; Differences: declare function choose(types: string[], callback: AsyncCallback<string>): void; | api/@ohos.document.d.ts |
| New API | NA | Class name: global; API declaration: declare function show(uri: string, type: string): Promise<void>; Differences: declare function show(uri: string, type: string): Promise<void>; | api/@ohos.document.d.ts |
| New API | NA | Class name: global; API declaration: declare function show(uri: string, type: string, callback: AsyncCallback<void>): void; Differences: declare function show(uri: string, type: string, callback: AsyncCallback<void>): void; | api/@ohos.document.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace cloudSync Differences: declare namespace cloudSync | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: cloudSync; API declaration: enum State Differences: enum State | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: State; API declaration: RUNNING Differences: RUNNING | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: State; API declaration: COMPLETED Differences: COMPLETED | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: State; API declaration: FAILED Differences: FAILED | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: State; API declaration: STOPPED Differences: STOPPED | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: cloudSync; API declaration: enum DownloadErrorType Differences: enum DownloadErrorType | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadErrorType; API declaration: NO_ERROR Differences: NO_ERROR | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadErrorType; API declaration: UNKNOWN_ERROR Differences: UNKNOWN_ERROR | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadErrorType; API declaration: NETWORK_UNAVAILABLE Differences: NETWORK_UNAVAILABLE | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadErrorType; API declaration: LOCAL_STORAGE_FULL Differences: LOCAL_STORAGE_FULL | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadErrorType; API declaration: CONTENT_NOT_FOUND Differences: CONTENT_NOT_FOUND | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadErrorType; API declaration: FREQUENT_USER_REQUESTS Differences: FREQUENT_USER_REQUESTS | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: cloudSync; API declaration: interface DownloadProgress Differences: interface DownloadProgress | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadProgress; API declaration: state: State; Differences: state: State; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadProgress; API declaration: processed: number; Differences: processed: number; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadProgress; API declaration: size: number; Differences: size: number; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadProgress; API declaration: uri: string; Differences: uri: string; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: DownloadProgress; API declaration: error: DownloadErrorType; Differences: error: DownloadErrorType; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: cloudSync; API declaration: class CloudFileCache Differences: class CloudFileCache | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: CloudFileCache; API declaration: on(event: 'progress', callback: Callback<DownloadProgress>): void; Differences: on(event: 'progress', callback: Callback<DownloadProgress>): void; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: CloudFileCache; API declaration: off(event: 'progress', callback?: Callback<DownloadProgress>): void; Differences: off(event: 'progress', callback?: Callback<DownloadProgress>): void; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: CloudFileCache; API declaration: start(uri: string): Promise<void>; Differences: start(uri: string): Promise<void>; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: CloudFileCache; API declaration: start(uri: string, callback: AsyncCallback<void>): void; Differences: start(uri: string, callback: AsyncCallback<void>): void; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: CloudFileCache; API declaration: stop(uri: string): Promise<void>; Differences: stop(uri: string): Promise<void>; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: CloudFileCache; API declaration: stop(uri: string, callback: AsyncCallback<void>): void; Differences: stop(uri: string, callback: AsyncCallback<void>): void; | api/@ohos.file.cloudSync.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace cloudSyncManager Differences: declare namespace cloudSyncManager | api/@ohos.file.cloudSyncManager.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace Environment Differences: declare namespace Environment | api/@ohos.file.environment.d.ts |
| New API | NA | Class name: Environment; API declaration: function getUserDownloadDir(): string; Differences: function getUserDownloadDir(): string; | api/@ohos.file.environment.d.ts |
| New API | NA | Class name: Environment; API declaration: function getUserDesktopDir(): string; Differences: function getUserDesktopDir(): string; | api/@ohos.file.environment.d.ts |
| New API | NA | Class name: Environment; API declaration: function getUserDocumentDir(): string; Differences: function getUserDocumentDir(): string; | api/@ohos.file.environment.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace fileAccess Differences: declare namespace fileAccess | api/@ohos.file.fileAccess.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace fileUri Differences: declare namespace fileUri | api/@ohos.file.fileuri.d.ts |
| New API | NA | Class name: fileUri; API declaration: class FileUri Differences: class FileUri | api/@ohos.file.fileuri.d.ts |
| New API | NA | Class name: FileUri; API declaration: readonly name: string; Differences: readonly name: string; | api/@ohos.file.fileuri.d.ts |
| New API | NA | Class name: FileUri; API declaration: getFullDirectoryUri(): string; Differences: getFullDirectoryUri(): string; | api/@ohos.file.fileuri.d.ts |
| New API | NA | Class name: fileUri; API declaration: function getUriFromPath(path: string): string; Differences: function getUriFromPath(path: string): string; | api/@ohos.file.fileuri.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace fileIo Differences: declare namespace fileIo | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: fileIo; API declaration: namespace OpenMode Differences: namespace OpenMode | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: OpenMode; API declaration: const READ_ONLY = 0o0; Differences: const READ_ONLY = 0o0; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: OpenMode; API declaration: const WRITE_ONLY = 0o1; Differences: const WRITE_ONLY = 0o1; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: OpenMode; API declaration: const READ_WRITE = 0o2; Differences: const READ_WRITE = 0o2; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: OpenMode; API declaration: const CREATE = 0o100; Differences: const CREATE = 0o100; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: OpenMode; API declaration: const TRUNC = 0o1000; Differences: const TRUNC = 0o1000; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: OpenMode; API declaration: const APPEND = 0o2000; Differences: const APPEND = 0o2000; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: OpenMode; API declaration: const NONBLOCK = 0o4000; Differences: const NONBLOCK = 0o4000; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: OpenMode; API declaration: const DIR = 0o200000; Differences: const DIR = 0o200000; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: OpenMode; API declaration: const NOFOLLOW = 0o400000; Differences: const NOFOLLOW = 0o400000; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: OpenMode; API declaration: const SYNC = 0o4010000; Differences: const SYNC = 0o4010000; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function access(path: string): Promise<boolean>; Differences: declare function access(path: string): Promise<boolean>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function access(path: string, callback: AsyncCallback<boolean>): void; Differences: declare function access(path: string, callback: AsyncCallback<boolean>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function accessSync(path: string): boolean; Differences: declare function accessSync(path: string): boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function close(file: number |File): Promise<void>; Differences: declare function close(file: number |File): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function close(file: number |File, callback: AsyncCallback<void>): void; Differences: declare function close(file: number |File, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function closeSync(file: number |File): void; Differences: declare function closeSync(file: number |File): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copy(srcUri: string, destUri: string, options?: CopyOptions): Promise<void>; Differences: declare function copy(srcUri: string, destUri: string, options?: CopyOptions): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copy(srcUri: string, destUri: string, callback: AsyncCallback<void>): void; Differences: declare function copy(srcUri: string, destUri: string, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copy(srcUri: string, destUri: string, options: CopyOptions, callback: AsyncCallback<void>): void; Differences: declare function copy(srcUri: string, destUri: string, options: CopyOptions, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyDir(src: string, dest: string, mode?: number): Promise<void>; Differences: declare function copyDir(src: string, dest: string, mode?: number): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyDir(src: string, dest: string, callback: AsyncCallback<void>): void; Differences: declare function copyDir(src: string, dest: string, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void; Differences: declare function copyDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void; Differences: declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void; Differences: declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyDirSync(src: string, dest: string, mode?: number): void; Differences: declare function copyDirSync(src: string, dest: string, mode?: number): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyFile(src: string |number, dest: string |number, mode?: number): Promise<void>; Differences: declare function copyFile(src: string |number, dest: string |number, mode?: number): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyFile(src: string |number, dest: string |number, callback: AsyncCallback<void>): void; Differences: declare function copyFile(src: string |number, dest: string |number, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyFile(src: string |number, dest: string |number, mode: number, callback: AsyncCallback<void>): void; Differences: declare function copyFile(src: string |number, dest: string |number, mode: number, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyFileSync(src: string |number, dest: string |number, mode?: number): void; Differences: declare function copyFileSync(src: string |number, dest: string |number, mode?: number): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function createStream(path: string, mode: string): Promise<Stream>; Differences: declare function createStream(path: string, mode: string): Promise<Stream>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void; Differences: declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function createStreamSync(path: string, mode: string): Stream; Differences: declare function createStreamSync(path: string, mode: string): Stream; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function createRandomAccessFile(file: string |File, mode?: number): Promise<RandomAccessFile>; Differences: declare function createRandomAccessFile(file: string |File, mode?: number): Promise<RandomAccessFile>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function createRandomAccessFile(file: string |File, callback: AsyncCallback<RandomAccessFile>): void; Differences: declare function createRandomAccessFile(file: string |File, callback: AsyncCallback<RandomAccessFile>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function createRandomAccessFile(file: string |File, mode: number, callback: AsyncCallback<RandomAccessFile>): void; Differences: declare function createRandomAccessFile(file: string |File, mode: number, callback: AsyncCallback<RandomAccessFile>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function createRandomAccessFileSync(file: string |File, mode?: number): RandomAccessFile; Differences: declare function createRandomAccessFileSync(file: string |File, mode?: number): RandomAccessFile; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher; Differences: declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function dup(fd: number): File; Differences: declare function dup(fd: number): File; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdatasync(fd: number): Promise<void>; Differences: declare function fdatasync(fd: number): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdatasync(fd: number, callback: AsyncCallback<void>): void; Differences: declare function fdatasync(fd: number, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdatasyncSync(fd: number): void; Differences: declare function fdatasyncSync(fd: number): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdopenStream(fd: number, mode: string): Promise<Stream>; Differences: declare function fdopenStream(fd: number, mode: string): Promise<Stream>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void; Differences: declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdopenStreamSync(fd: number, mode: string): Stream; Differences: declare function fdopenStreamSync(fd: number, mode: string): Stream; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function fsync(fd: number): Promise<void>; Differences: declare function fsync(fd: number): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function fsync(fd: number, callback: AsyncCallback<void>): void; Differences: declare function fsync(fd: number, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function fsyncSync(fd: number): void; Differences: declare function fsyncSync(fd: number): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function listFile(path: string, options?: ListFileOptions): Promise<string[]>; Differences: declare function listFile(path: string, options?: ListFileOptions): Promise<string[]>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function listFile(path: string, callback: AsyncCallback<string[]>): void; Differences: declare function listFile(path: string, callback: AsyncCallback<string[]>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function listFile(path: string, options: ListFileOptions, callback: AsyncCallback<string[]>): void; Differences: declare function listFile(path: string, options: ListFileOptions, callback: AsyncCallback<string[]>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function listFileSync(path: string, options?: ListFileOptions): string[]; Differences: declare function listFileSync(path: string, options?: ListFileOptions): string[]; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function lseek(fd: number, offset: number, whence?: WhenceType): number; Differences: declare function lseek(fd: number, offset: number, whence?: WhenceType): number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function lstat(path: string): Promise<Stat>; Differences: declare function lstat(path: string): Promise<Stat>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function lstat(path: string, callback: AsyncCallback<Stat>): void; Differences: declare function lstat(path: string, callback: AsyncCallback<Stat>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function lstatSync(path: string): Stat; Differences: declare function lstatSync(path: string): Stat; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdir(path: string): Promise<void>; Differences: declare function mkdir(path: string): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdir(path: string, recursion: boolean): Promise<void>; Differences: declare function mkdir(path: string, recursion: boolean): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdir(path: string, callback: AsyncCallback<void>): void; Differences: declare function mkdir(path: string, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdir(path: string, recursion: boolean, callback: AsyncCallback<void>): void; Differences: declare function mkdir(path: string, recursion: boolean, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdirSync(path: string): void; Differences: declare function mkdirSync(path: string): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdirSync(path: string, recursion: boolean): void; Differences: declare function mkdirSync(path: string, recursion: boolean): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdtemp(prefix: string): Promise<string>; Differences: declare function mkdtemp(prefix: string): Promise<string>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdtemp(prefix: string, callback: AsyncCallback<string>): void; Differences: declare function mkdtemp(prefix: string, callback: AsyncCallback<string>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdtempSync(prefix: string): string; Differences: declare function mkdtempSync(prefix: string): string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function moveDir(src: string, dest: string, mode?: number): Promise<void>; Differences: declare function moveDir(src: string, dest: string, mode?: number): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function moveDir(src: string, dest: string, callback: AsyncCallback<void>): void; Differences: declare function moveDir(src: string, dest: string, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function moveDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void; Differences: declare function moveDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void; Differences: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void; Differences: declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function moveDirSync(src: string, dest: string, mode?: number): void; Differences: declare function moveDirSync(src: string, dest: string, mode?: number): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function moveFile(src: string, dest: string, mode?: number): Promise<void>; Differences: declare function moveFile(src: string, dest: string, mode?: number): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function moveFile(src: string, dest: string, callback: AsyncCallback<void>): void; Differences: declare function moveFile(src: string, dest: string, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void; Differences: declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function moveFileSync(src: string, dest: string, mode?: number): void; Differences: declare function moveFileSync(src: string, dest: string, mode?: number): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function open(path: string, mode?: number): Promise<File>; Differences: declare function open(path: string, mode?: number): Promise<File>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function open(path: string, callback: AsyncCallback<File>): void; Differences: declare function open(path: string, callback: AsyncCallback<File>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function open(path: string, mode: number, callback: AsyncCallback<File>): void; Differences: declare function open(path: string, mode: number, callback: AsyncCallback<File>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function openSync(path: string, mode?: number): File; Differences: declare function openSync(path: string, mode?: number): File; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function read(fd: number, buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; Differences: declare function read(fd: number, buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback<number>): void; Differences: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function read(fd: number, buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; Differences: declare function read(fd: number, buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function readSync(fd: number, buffer: ArrayBuffer, options?: ReadOptions): number; Differences: declare function readSync(fd: number, buffer: ArrayBuffer, options?: ReadOptions): number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function readLines(filePath: string, options?: Options): Promise<ReaderIterator>; Differences: declare function readLines(filePath: string, options?: Options): Promise<ReaderIterator>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function readLines(filePath: string, callback: AsyncCallback<ReaderIterator>): void; Differences: declare function readLines(filePath: string, callback: AsyncCallback<ReaderIterator>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function readLines(filePath: string, options: Options, callback: AsyncCallback<ReaderIterator>): void; Differences: declare function readLines(filePath: string, options: Options, callback: AsyncCallback<ReaderIterator>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function readLinesSync(filePath: string, options?: Options): ReaderIterator; Differences: declare function readLinesSync(filePath: string, options?: Options): ReaderIterator; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function readText(filePath: string, options?: ReadTextOptions): Promise<string>; Differences: declare function readText(filePath: string, options?: ReadTextOptions): Promise<string>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function readText(filePath: string, callback: AsyncCallback<string>): void; Differences: declare function readText(filePath: string, callback: AsyncCallback<string>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function readText(filePath: string, options: ReadTextOptions, callback: AsyncCallback<string>): void; Differences: declare function readText(filePath: string, options: ReadTextOptions, callback: AsyncCallback<string>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function readTextSync(filePath: string, options?: ReadTextOptions): string; Differences: declare function readTextSync(filePath: string, options?: ReadTextOptions): string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function rename(oldPath: string, newPath: string): Promise<void>; Differences: declare function rename(oldPath: string, newPath: string): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback<void>): void; Differences: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function renameSync(oldPath: string, newPath: string): void; Differences: declare function renameSync(oldPath: string, newPath: string): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function rmdir(path: string): Promise<void>; Differences: declare function rmdir(path: string): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function rmdir(path: string, callback: AsyncCallback<void>): void; Differences: declare function rmdir(path: string, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function rmdirSync(path: string): void; Differences: declare function rmdirSync(path: string): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function stat(file: string |number): Promise<Stat>; Differences: declare function stat(file: string |number): Promise<Stat>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function stat(file: string |number, callback: AsyncCallback<Stat>): void; Differences: declare function stat(file: string |number, callback: AsyncCallback<Stat>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function statSync(file: string |number): Stat; Differences: declare function statSync(file: string |number): Stat; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function symlink(target: string, srcPath: string): Promise<void>; Differences: declare function symlink(target: string, srcPath: string): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function symlink(target: string, srcPath: string, callback: AsyncCallback<void>): void; Differences: declare function symlink(target: string, srcPath: string, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function symlinkSync(target: string, srcPath: string): void; Differences: declare function symlinkSync(target: string, srcPath: string): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function truncate(file: string |number, len?: number): Promise<void>; Differences: declare function truncate(file: string |number, len?: number): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function truncate(file: string |number, callback: AsyncCallback<void>): void; Differences: declare function truncate(file: string |number, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function truncate(file: string |number, len: number, callback: AsyncCallback<void>): void; Differences: declare function truncate(file: string |number, len: number, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function truncateSync(file: string |number, len?: number): void; Differences: declare function truncateSync(file: string |number, len?: number): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function unlink(path: string): Promise<void>; Differences: declare function unlink(path: string): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function unlink(path: string, callback: AsyncCallback<void>): void; Differences: declare function unlink(path: string, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function unlinkSync(path: string): void; Differences: declare function unlinkSync(path: string): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function utimes(path: string, mtime: number): void; Differences: declare function utimes(path: string, mtime: number): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function write(fd: number, buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>; Differences: declare function write(fd: number, buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function write(fd: number, buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void; Differences: declare function write(fd: number, buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function write(fd: number, buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void; Differences: declare function write(fd: number, buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare function writeSync(fd: number, buffer: ArrayBuffer |string, options?: WriteOptions): number; Differences: declare function writeSync(fd: number, buffer: ArrayBuffer |string, options?: WriteOptions): number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: interface Progress Differences: interface Progress | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Progress; API declaration: readonly processedSize: number; Differences: readonly processedSize: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Progress; API declaration: readonly totalSize: number; Differences: readonly totalSize: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: interface CopyOptions Differences: interface CopyOptions | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: CopyOptions; API declaration: progressListener?: ProgressListener; Differences: progressListener?: ProgressListener; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: type ProgressListener = (progress: Progress) => void; Differences: type ProgressListener = (progress: Progress) => void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare interface File Differences: declare interface File | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: File; API declaration: readonly fd: number; Differences: readonly fd: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: File; API declaration: readonly path: string; Differences: readonly path: string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: File; API declaration: readonly name: string; Differences: readonly name: string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: File; API declaration: getParent(): string; Differences: getParent(): string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: File; API declaration: lock(exclusive?: boolean): Promise<void>; Differences: lock(exclusive?: boolean): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: File; API declaration: lock(callback: AsyncCallback<void>): void; Differences: lock(callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: File; API declaration: lock(exclusive: boolean, callback: AsyncCallback<void>): void; Differences: lock(exclusive: boolean, callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: File; API declaration: tryLock(exclusive?: boolean): void; Differences: tryLock(exclusive?: boolean): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: File; API declaration: unlock(): void; Differences: unlock(): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare interface RandomAccessFile Differences: declare interface RandomAccessFile | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: readonly fd: number; Differences: readonly fd: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: readonly filePointer: number; Differences: readonly filePointer: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: setFilePointer(filePointer: number): void; Differences: setFilePointer(filePointer: number): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: close(): void; Differences: close(): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: write(buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>; Differences: write(buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void; Differences: write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: write(buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void; Differences: write(buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: writeSync(buffer: ArrayBuffer |string, options?: WriteOptions): number; Differences: writeSync(buffer: ArrayBuffer |string, options?: WriteOptions): number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; Differences: read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void; Differences: read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; Differences: read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: RandomAccessFile; API declaration: readSync(buffer: ArrayBuffer, options?: ReadOptions): number; Differences: readSync(buffer: ArrayBuffer, options?: ReadOptions): number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare interface Stat Differences: declare interface Stat | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly ino: bigint; Differences: readonly ino: bigint; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly mode: number; Differences: readonly mode: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly uid: number; Differences: readonly uid: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly gid: number; Differences: readonly gid: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly size: number; Differences: readonly size: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly atime: number; Differences: readonly atime: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly mtime: number; Differences: readonly mtime: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly ctime: number; Differences: readonly ctime: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly location: LocationType; Differences: readonly location: LocationType; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: isBlockDevice(): boolean; Differences: isBlockDevice(): boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: isCharacterDevice(): boolean; Differences: isCharacterDevice(): boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: isDirectory(): boolean; Differences: isDirectory(): boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: isFIFO(): boolean; Differences: isFIFO(): boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: isFile(): boolean; Differences: isFile(): boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: isSocket(): boolean; Differences: isSocket(): boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stat; API declaration: isSymbolicLink(): boolean; Differences: isSymbolicLink(): boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare interface Stream Differences: declare interface Stream | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: close(): Promise<void>; Differences: close(): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: close(callback: AsyncCallback<void>): void; Differences: close(callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: closeSync(): void; Differences: closeSync(): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: flush(): Promise<void>; Differences: flush(): Promise<void>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: flush(callback: AsyncCallback<void>): void; Differences: flush(callback: AsyncCallback<void>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: flushSync(): void; Differences: flushSync(): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: write(buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>; Differences: write(buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void; Differences: write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: write(buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void; Differences: write(buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: writeSync(buffer: ArrayBuffer |string, options?: WriteOptions): number; Differences: writeSync(buffer: ArrayBuffer |string, options?: WriteOptions): number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; Differences: read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void; Differences: read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; Differences: read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Stream; API declaration: readSync(buffer: ArrayBuffer, options?: ReadOptions): number; Differences: readSync(buffer: ArrayBuffer, options?: ReadOptions): number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface WatchEventListener Differences: export interface WatchEventListener | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface WatchEvent Differences: export interface WatchEvent | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: WatchEvent; API declaration: readonly fileName: string; Differences: readonly fileName: string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: WatchEvent; API declaration: readonly event: number; Differences: readonly event: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: WatchEvent; API declaration: readonly cookie: number; Differences: readonly cookie: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface Watcher Differences: export interface Watcher | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Watcher; API declaration: start(): void; Differences: start(): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Watcher; API declaration: stop(): void; Differences: stop(): void; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface ReaderIteratorResult Differences: export interface ReaderIteratorResult | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ReaderIteratorResult; API declaration: done: boolean; Differences: done: boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ReaderIteratorResult; API declaration: value: string; Differences: value: string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare interface ReaderIterator Differences: declare interface ReaderIterator | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ReaderIterator; API declaration: next(): ReaderIteratorResult; Differences: next(): ReaderIteratorResult; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface Filter Differences: export interface Filter | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Filter; API declaration: suffix?: Array<string>; Differences: suffix?: Array<string>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Filter; API declaration: displayName?: Array<string>; Differences: displayName?: Array<string>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Filter; API declaration: mimeType?: Array<string>; Differences: mimeType?: Array<string>; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Filter; API declaration: fileSizeOver?: number; Differences: fileSizeOver?: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Filter; API declaration: lastModifiedAfter?: number; Differences: lastModifiedAfter?: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Filter; API declaration: excludeMedia?: boolean; Differences: excludeMedia?: boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface ConflictFiles Differences: export interface ConflictFiles | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ConflictFiles; API declaration: srcFile: string; Differences: srcFile: string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ConflictFiles; API declaration: destFile: string; Differences: destFile: string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface Options Differences: export interface Options | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: Options; API declaration: encoding?: string; Differences: encoding?: string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface ReadOptions Differences: export interface ReadOptions | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ReadOptions; API declaration: offset?: number; Differences: offset?: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ReadOptions; API declaration: length?: number; Differences: length?: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface ReadTextOptions Differences: export interface ReadTextOptions | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ReadTextOptions; API declaration: encoding?: string; Differences: encoding?: string; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface WriteOptions Differences: export interface WriteOptions | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: WriteOptions; API declaration: offset?: number; Differences: offset?: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: WriteOptions; API declaration: length?: number; Differences: length?: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: export interface ListFileOptions Differences: export interface ListFileOptions | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ListFileOptions; API declaration: recursion?: boolean; Differences: recursion?: boolean; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ListFileOptions; API declaration: listNum?: number; Differences: listNum?: number; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: ListFileOptions; API declaration: filter?: Filter; Differences: filter?: Filter; | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare enum WhenceType Differences: declare enum WhenceType | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: WhenceType; API declaration: SEEK_SET = 0 Differences: SEEK_SET = 0 | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: WhenceType; API declaration: SEEK_CUR = 1 Differences: SEEK_CUR = 1 | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: WhenceType; API declaration: SEEK_END = 2 Differences: SEEK_END = 2 | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare enum LocationType Differences: declare enum LocationType | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: LocationType; API declaration: LOCAL = 1 << 0 Differences: LOCAL = 1 << 0 | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: LocationType; API declaration: CLOUD = 1 << 1 Differences: CLOUD = 1 << 1 | api/@ohos.file.fs.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace hash Differences: declare namespace hash | api/@ohos.file.hash.d.ts |
| New API | NA | Class name: hash; API declaration: function hash(path: string, algorithm: string): Promise<string>; Differences: function hash(path: string, algorithm: string): Promise<string>; | api/@ohos.file.hash.d.ts |
| New API | NA | Class name: hash; API declaration: function hash(path: string, algorithm: string, callback: AsyncCallback<string>): void; Differences: function hash(path: string, algorithm: string, callback: AsyncCallback<string>): void; | api/@ohos.file.hash.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace picker Differences: declare namespace picker | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: export enum PhotoViewMIMETypes Differences: export enum PhotoViewMIMETypes | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoViewMIMETypes; API declaration: IMAGE_TYPE = 'image/' Differences: IMAGE_TYPE = 'image/' | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoViewMIMETypes; API declaration: VIDEO_TYPE = 'video/' Differences: VIDEO_TYPE = 'video/' | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoViewMIMETypes; API declaration: IMAGE_VIDEO_TYPE = '/' Differences: IMAGE_VIDEO_TYPE = '/' | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: class PhotoSelectOptions Differences: class PhotoSelectOptions | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoSelectOptions; API declaration: MIMEType?: PhotoViewMIMETypes; Differences: MIMEType?: PhotoViewMIMETypes; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoSelectOptions; API declaration: maxSelectNumber?: number; Differences: maxSelectNumber?: number; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: class PhotoSelectResult Differences: class PhotoSelectResult | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoSelectResult; API declaration: photoUris: Array<string>; Differences: photoUris: Array<string>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoSelectResult; API declaration: isOriginalPhoto: boolean; Differences: isOriginalPhoto: boolean; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: class PhotoSaveOptions Differences: class PhotoSaveOptions | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoSaveOptions; API declaration: newFileNames?: Array<string>; Differences: newFileNames?: Array<string>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: class PhotoViewPicker Differences: class PhotoViewPicker | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoViewPicker; API declaration: select(option?: PhotoSelectOptions): Promise<PhotoSelectResult>; Differences: select(option?: PhotoSelectOptions): Promise<PhotoSelectResult>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoViewPicker; API declaration: select(option: PhotoSelectOptions, callback: AsyncCallback<PhotoSelectResult>): void; Differences: select(option: PhotoSelectOptions, callback: AsyncCallback<PhotoSelectResult>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoViewPicker; API declaration: select(callback: AsyncCallback<PhotoSelectResult>): void; Differences: select(callback: AsyncCallback<PhotoSelectResult>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoViewPicker; API declaration: save(option?: PhotoSaveOptions): Promise<Array<string>>; Differences: save(option?: PhotoSaveOptions): Promise<Array<string>>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoViewPicker; API declaration: save(option: PhotoSaveOptions, callback: AsyncCallback<Array<string>>): void; Differences: save(option: PhotoSaveOptions, callback: AsyncCallback<Array<string>>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: PhotoViewPicker; API declaration: save(callback: AsyncCallback<Array<string>>): void; Differences: save(callback: AsyncCallback<Array<string>>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: export enum DocumentSelectMode Differences: export enum DocumentSelectMode | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentSelectMode; API declaration: FILE = 0 Differences: FILE = 0 | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentSelectMode; API declaration: FOLDER = 1 Differences: FOLDER = 1 | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentSelectMode; API declaration: MIXED = 2 Differences: MIXED = 2 | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: class DocumentSelectOptions Differences: class DocumentSelectOptions | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentSelectOptions; API declaration: defaultFilePathUri?: string; Differences: defaultFilePathUri?: string; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentSelectOptions; API declaration: fileSuffixFilters?: Array<string>; Differences: fileSuffixFilters?: Array<string>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentSelectOptions; API declaration: maxSelectNumber?: number; Differences: maxSelectNumber?: number; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentSelectOptions; API declaration: selectMode?: DocumentSelectMode; Differences: selectMode?: DocumentSelectMode; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: class DocumentSaveOptions Differences: class DocumentSaveOptions | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentSaveOptions; API declaration: newFileNames?: Array<string>; Differences: newFileNames?: Array<string>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentSaveOptions; API declaration: defaultFilePathUri?: string; Differences: defaultFilePathUri?: string; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentSaveOptions; API declaration: fileSuffixChoices?: Array<string>; Differences: fileSuffixChoices?: Array<string>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: class DocumentViewPicker Differences: class DocumentViewPicker | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentViewPicker; API declaration: select(option?: DocumentSelectOptions): Promise<Array<string>>; Differences: select(option?: DocumentSelectOptions): Promise<Array<string>>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentViewPicker; API declaration: select(option: DocumentSelectOptions, callback: AsyncCallback<Array<string>>): void; Differences: select(option: DocumentSelectOptions, callback: AsyncCallback<Array<string>>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentViewPicker; API declaration: select(callback: AsyncCallback<Array<string>>): void; Differences: select(callback: AsyncCallback<Array<string>>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentViewPicker; API declaration: save(option?: DocumentSaveOptions): Promise<Array<string>>; Differences: save(option?: DocumentSaveOptions): Promise<Array<string>>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentViewPicker; API declaration: save(option: DocumentSaveOptions, callback: AsyncCallback<Array<string>>): void; Differences: save(option: DocumentSaveOptions, callback: AsyncCallback<Array<string>>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: DocumentViewPicker; API declaration: save(callback: AsyncCallback<Array<string>>): void; Differences: save(callback: AsyncCallback<Array<string>>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: class AudioSelectOptions Differences: class AudioSelectOptions | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: class AudioSaveOptions Differences: class AudioSaveOptions | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: AudioSaveOptions; API declaration: newFileNames?: Array<string>; Differences: newFileNames?: Array<string>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: picker; API declaration: class AudioViewPicker Differences: class AudioViewPicker | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: AudioViewPicker; API declaration: select(option?: AudioSelectOptions): Promise<Array<string>>; Differences: select(option?: AudioSelectOptions): Promise<Array<string>>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: AudioViewPicker; API declaration: select(option: AudioSelectOptions, callback: AsyncCallback<Array<string>>): void; Differences: select(option: AudioSelectOptions, callback: AsyncCallback<Array<string>>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: AudioViewPicker; API declaration: select(callback: AsyncCallback<Array<string>>): void; Differences: select(callback: AsyncCallback<Array<string>>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: AudioViewPicker; API declaration: save(option?: AudioSaveOptions): Promise<Array<string>>; Differences: save(option?: AudioSaveOptions): Promise<Array<string>>; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: AudioViewPicker; API declaration: save(option: AudioSaveOptions, callback: AsyncCallback<Array<string>>): void; Differences: save(option: AudioSaveOptions, callback: AsyncCallback<Array<string>>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: AudioViewPicker; API declaration: save(callback: AsyncCallback<Array<string>>): void; Differences: save(callback: AsyncCallback<Array<string>>): void; | api/@ohos.file.picker.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace securityLabel Differences: declare namespace securityLabel | api/@ohos.file.securityLabel.d.ts |
| New API | NA | Class name: securityLabel; API declaration: type DataLevel = 's0' |'s1' |'s2' |'s3' |'s4'; Differences: type DataLevel = 's0' |'s1' |'s2' |'s3' |'s4'; | api/@ohos.file.securityLabel.d.ts |
| New API | NA | Class name: securityLabel; API declaration: function setSecurityLabel(path: string, type: DataLevel): Promise<void>; Differences: function setSecurityLabel(path: string, type: DataLevel): Promise<void>; | api/@ohos.file.securityLabel.d.ts |
| New API | NA | Class name: securityLabel; API declaration: function setSecurityLabel(path: string, type: DataLevel, callback: AsyncCallback<void>): void; Differences: function setSecurityLabel(path: string, type: DataLevel, callback: AsyncCallback<void>): void; | api/@ohos.file.securityLabel.d.ts |
| New API | NA | Class name: securityLabel; API declaration: function setSecurityLabelSync(path: string, type: DataLevel): void; Differences: function setSecurityLabelSync(path: string, type: DataLevel): void; | api/@ohos.file.securityLabel.d.ts |
| New API | NA | Class name: securityLabel; API declaration: function getSecurityLabel(path: string): Promise<string>; Differences: function getSecurityLabel(path: string): Promise<string>; | api/@ohos.file.securityLabel.d.ts |
| New API | NA | Class name: securityLabel; API declaration: function getSecurityLabel(path: string, callback: AsyncCallback<string>): void; Differences: function getSecurityLabel(path: string, callback: AsyncCallback<string>): void; | api/@ohos.file.securityLabel.d.ts |
| New API | NA | Class name: securityLabel; API declaration: function getSecurityLabelSync(path: string): string; Differences: function getSecurityLabelSync(path: string): string; | api/@ohos.file.securityLabel.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace statfs Differences: declare namespace statfs | api/@ohos.file.statvfs.d.ts |
| New API | NA | Class name: statfs; API declaration: function getFreeSize(path: string): Promise<number>; Differences: function getFreeSize(path: string): Promise<number>; | api/@ohos.file.statvfs.d.ts |
| New API | NA | Class name: statfs; API declaration: function getFreeSize(path: string, callback: AsyncCallback<number>): void; Differences: function getFreeSize(path: string, callback: AsyncCallback<number>): void; | api/@ohos.file.statvfs.d.ts |
| New API | NA | Class name: statfs; API declaration: function getFreeSizeSync(path: string): number; Differences: function getFreeSizeSync(path: string): number; | api/@ohos.file.statvfs.d.ts |
| New API | NA | Class name: statfs; API declaration: function getTotalSize(path: string): Promise<number>; Differences: function getTotalSize(path: string): Promise<number>; | api/@ohos.file.statvfs.d.ts |
| New API | NA | Class name: statfs; API declaration: function getTotalSize(path: string, callback: AsyncCallback<number>): void; Differences: function getTotalSize(path: string, callback: AsyncCallback<number>): void; | api/@ohos.file.statvfs.d.ts |
| New API | NA | Class name: statfs; API declaration: function getTotalSizeSync(path: string): number; Differences: function getTotalSizeSync(path: string): number; | api/@ohos.file.statvfs.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace storageStatistics Differences: declare namespace storageStatistics | api/@ohos.file.storageStatistics.d.ts |
| New API | NA | Class name: storageStatistics; API declaration: export interface BundleStats Differences: export interface BundleStats | api/@ohos.file.storageStatistics.d.ts |
| New API | NA | Class name: BundleStats; API declaration: appSize: number; Differences: appSize: number; | api/@ohos.file.storageStatistics.d.ts |
| New API | NA | Class name: BundleStats; API declaration: cacheSize: number; Differences: cacheSize: number; | api/@ohos.file.storageStatistics.d.ts |
| New API | NA | Class name: BundleStats; API declaration: dataSize: number; Differences: dataSize: number; | api/@ohos.file.storageStatistics.d.ts |
| New API | NA | Class name: storageStatistics; API declaration: function getCurrentBundleStats(callback: AsyncCallback<BundleStats>): void; Differences: function getCurrentBundleStats(callback: AsyncCallback<BundleStats>): void; | api/@ohos.file.storageStatistics.d.ts |
| New API | NA | Class name: storageStatistics; API declaration: function getCurrentBundleStats(): Promise<BundleStats>; Differences: function getCurrentBundleStats(): Promise<BundleStats>; | api/@ohos.file.storageStatistics.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace fileIO Differences: declare namespace fileIO | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function access(path: string, mode?: number): Promise<void>; Differences: declare function access(path: string, mode?: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function access(path: string, callback: AsyncCallback<void>): void; Differences: declare function access(path: string, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function access(path: string, mode: number, callback: AsyncCallback<void>): void; Differences: declare function access(path: string, mode: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function accessSync(path: string, mode?: number): void; Differences: declare function accessSync(path: string, mode?: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function close(fd: number): Promise<void>; Differences: declare function close(fd: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function close(fd: number, callback: AsyncCallback<void>): void; Differences: declare function close(fd: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function closeSync(fd: number): void; Differences: declare function closeSync(fd: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyFile(src: string |number, dest: string |number, mode?: number): Promise<void>; Differences: declare function copyFile(src: string |number, dest: string |number, mode?: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyFile(src: string |number, dest: string |number, callback: AsyncCallback<void>): void; Differences: declare function copyFile(src: string |number, dest: string |number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyFile(src: string |number, dest: string |number, mode: number, callback: AsyncCallback<void>): void; Differences: declare function copyFile(src: string |number, dest: string |number, mode: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function copyFileSync(src: string |number, dest: string |number, mode?: number): void; Differences: declare function copyFileSync(src: string |number, dest: string |number, mode?: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function createStream(path: string, mode: string): Promise<Stream>; Differences: declare function createStream(path: string, mode: string): Promise<Stream>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void; Differences: declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function createStreamSync(path: string, mode: string): Stream; Differences: declare function createStreamSync(path: string, mode: string): Stream; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function chown(path: string, uid: number, gid: number): Promise<void>; Differences: declare function chown(path: string, uid: number, gid: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback<void>): void; Differences: declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function chownSync(path: string, uid: number, gid: number): void; Differences: declare function chownSync(path: string, uid: number, gid: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function chmod(path: string, mode: number): Promise<void>; Differences: declare function chmod(path: string, mode: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function chmod(path: string, mode: number, callback: AsyncCallback<void>): void; Differences: declare function chmod(path: string, mode: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function chmodSync(path: string, mode: number): void; Differences: declare function chmodSync(path: string, mode: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function ftruncate(fd: number, len?: number): Promise<void>; Differences: declare function ftruncate(fd: number, len?: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function ftruncate(fd: number, callback: AsyncCallback<void>): void; Differences: declare function ftruncate(fd: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function ftruncate(fd: number, len: number, callback: AsyncCallback<void>): void; Differences: declare function ftruncate(fd: number, len: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function ftruncateSync(fd: number, len?: number): void; Differences: declare function ftruncateSync(fd: number, len?: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fsync(fd: number): Promise<void>; Differences: declare function fsync(fd: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fsync(fd: number, callback: AsyncCallback<void>): void; Differences: declare function fsync(fd: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fsyncSync(fd: number): void; Differences: declare function fsyncSync(fd: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fstat(fd: number): Promise<Stat>; Differences: declare function fstat(fd: number): Promise<Stat>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fstat(fd: number, callback: AsyncCallback<Stat>): void; Differences: declare function fstat(fd: number, callback: AsyncCallback<Stat>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fstatSync(fd: number): Stat; Differences: declare function fstatSync(fd: number): Stat; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdatasync(fd: number): Promise<void>; Differences: declare function fdatasync(fd: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdatasync(fd: number, callback: AsyncCallback<void>): void; Differences: declare function fdatasync(fd: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdatasyncSync(fd: number): void; Differences: declare function fdatasyncSync(fd: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fchown(fd: number, uid: number, gid: number): Promise<void>; Differences: declare function fchown(fd: number, uid: number, gid: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback<void>): void; Differences: declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fchownSync(fd: number, uid: number, gid: number): void; Differences: declare function fchownSync(fd: number, uid: number, gid: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fchmod(fd: number, mode: number): Promise<void>; Differences: declare function fchmod(fd: number, mode: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fchmod(fd: number, mode: number, callback: AsyncCallback<void>): void; Differences: declare function fchmod(fd: number, mode: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fchmodSync(fd: number, mode: number): void; Differences: declare function fchmodSync(fd: number, mode: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdopenStream(fd: number, mode: string): Promise<Stream>; Differences: declare function fdopenStream(fd: number, mode: string): Promise<Stream>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void; Differences: declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function fdopenStreamSync(fd: number, mode: string): Stream; Differences: declare function fdopenStreamSync(fd: number, mode: string): Stream; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function hash(path: string, algorithm: string): Promise<string>; Differences: declare function hash(path: string, algorithm: string): Promise<string>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function hash(path: string, algorithm: string, callback: AsyncCallback<string>): void; Differences: declare function hash(path: string, algorithm: string, callback: AsyncCallback<string>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function lchown(path: string, uid: number, gid: number): Promise<void>; Differences: declare function lchown(path: string, uid: number, gid: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback<void>): void; Differences: declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function lchownSync(path: string, uid: number, gid: number): void; Differences: declare function lchownSync(path: string, uid: number, gid: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function lstat(path: string): Promise<Stat>; Differences: declare function lstat(path: string): Promise<Stat>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function lstat(path: string, callback: AsyncCallback<Stat>): void; Differences: declare function lstat(path: string, callback: AsyncCallback<Stat>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function lstatSync(path: string): Stat; Differences: declare function lstatSync(path: string): Stat; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdir(path: string, mode?: number): Promise<void>; Differences: declare function mkdir(path: string, mode?: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdir(path: string, callback: AsyncCallback<void>): void; Differences: declare function mkdir(path: string, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdir(path: string, mode: number, callback: AsyncCallback<void>): void; Differences: declare function mkdir(path: string, mode: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdirSync(path: string, mode?: number): void; Differences: declare function mkdirSync(path: string, mode?: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdtemp(prefix: string): Promise<string>; Differences: declare function mkdtemp(prefix: string): Promise<string>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdtemp(prefix: string, callback: AsyncCallback<string>): void; Differences: declare function mkdtemp(prefix: string, callback: AsyncCallback<string>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function mkdtempSync(prefix: string): string; Differences: declare function mkdtempSync(prefix: string): string; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function open(path: string, flags?: number, mode?: number): Promise<number>; Differences: declare function open(path: string, flags?: number, mode?: number): Promise<number>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function open(path: string, callback: AsyncCallback<number>): void; Differences: declare function open(path: string, callback: AsyncCallback<number>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function open(path: string, flags: number, callback: AsyncCallback<number>): void; Differences: declare function open(path: string, flags: number, callback: AsyncCallback<number>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function open(path: string, flags: number, mode: number, callback: AsyncCallback<number>): void; Differences: declare function open(path: string, flags: number, mode: number, callback: AsyncCallback<number>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function openSync(path: string, flags?: number, mode?: number): number; Differences: declare function openSync(path: string, flags?: number, mode?: number): number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function opendir(path: string): Promise<Dir>; Differences: declare function opendir(path: string): Promise<Dir>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function opendir(path: string, callback: AsyncCallback<Dir>): void; Differences: declare function opendir(path: string, callback: AsyncCallback<Dir>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function opendirSync(path: string): Dir; Differences: declare function opendirSync(path: string): Dir; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function readText(filePath: string, options?: { position?: number; length?: number; encoding?: string; }): Promise<string>; Differences: declare function readText(filePath: string, options?: { position?: number; length?: number; encoding?: string; }): Promise<string>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function readText(filePath: string, options: { position?: number; length?: number; encoding?: string; }, callback: AsyncCallback<string>): void; Differences: declare function readText(filePath: string, options: { position?: number; length?: number; encoding?: string; }, callback: AsyncCallback<string>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function readTextSync(filePath: string, options?: { position?: number; length?: number; encoding?: string; }): string; Differences: declare function readTextSync(filePath: string, options?: { position?: number; length?: number; encoding?: string; }): string; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function read(fd: number, buffer: ArrayBuffer, options?: { offset?: number; length?: number; position?: number; }): Promise<ReadOut>; Differences: declare function read(fd: number, buffer: ArrayBuffer, options?: { offset?: number; length?: number; position?: number; }): Promise<ReadOut>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback<ReadOut>): void; Differences: declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback<ReadOut>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function read(fd: number, buffer: ArrayBuffer, options: { offset?: number; length?: number; position?: number; }, callback: AsyncCallback<ReadOut>): void; Differences: declare function read(fd: number, buffer: ArrayBuffer, options: { offset?: number; length?: number; position?: number; }, callback: AsyncCallback<ReadOut>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function readSync(fd: number, buffer: ArrayBuffer, options?: { offset?: number; length?: number; position?: number; }): number; Differences: declare function readSync(fd: number, buffer: ArrayBuffer, options?: { offset?: number; length?: number; position?: number; }): number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function rename(oldPath: string, newPath: string): Promise<void>; Differences: declare function rename(oldPath: string, newPath: string): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback<void>): void; Differences: declare function rename(oldPath: string, newPath: string, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function renameSync(oldPath: string, newPath: string): void; Differences: declare function renameSync(oldPath: string, newPath: string): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function rmdir(path: string): Promise<void>; Differences: declare function rmdir(path: string): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function rmdir(path: string, callback: AsyncCallback<void>): void; Differences: declare function rmdir(path: string, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function rmdirSync(path: string): void; Differences: declare function rmdirSync(path: string): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function stat(path: string): Promise<Stat>; Differences: declare function stat(path: string): Promise<Stat>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function stat(path: string, callback: AsyncCallback<Stat>): void; Differences: declare function stat(path: string, callback: AsyncCallback<Stat>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function statSync(path: string): Stat; Differences: declare function statSync(path: string): Stat; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function symlink(target: string, srcPath: string): Promise<void>; Differences: declare function symlink(target: string, srcPath: string): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function symlink(target: string, srcPath: string, callback: AsyncCallback<void>): void; Differences: declare function symlink(target: string, srcPath: string, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function symlinkSync(target: string, srcPath: string): void; Differences: declare function symlinkSync(target: string, srcPath: string): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function truncate(path: string, len?: number): Promise<void>; Differences: declare function truncate(path: string, len?: number): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function truncate(path: string, callback: AsyncCallback<void>): void; Differences: declare function truncate(path: string, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function truncate(path: string, len: number, callback: AsyncCallback<void>): void; Differences: declare function truncate(path: string, len: number, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function truncateSync(path: string, len?: number): void; Differences: declare function truncateSync(path: string, len?: number): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function unlink(path: string): Promise<void>; Differences: declare function unlink(path: string): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function unlink(path: string, callback: AsyncCallback<void>): void; Differences: declare function unlink(path: string, callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function unlinkSync(path: string): void; Differences: declare function unlinkSync(path: string): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function write(fd: number, buffer: ArrayBuffer |string, options?: { offset?: number; length?: number; position?: number; encoding?: string; }): Promise<number>; Differences: declare function write(fd: number, buffer: ArrayBuffer |string, options?: { offset?: number; length?: number; position?: number; encoding?: string; }): Promise<number>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function write(fd: number, buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void; Differences: declare function write(fd: number, buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function write(fd: number, buffer: ArrayBuffer |string, options: { offset?: number; length?: number; position?: number; encoding?: string; }, callback: AsyncCallback<number>): void; Differences: declare function write(fd: number, buffer: ArrayBuffer |string, options: { offset?: number; length?: number; position?: number; encoding?: string; }, callback: AsyncCallback<number>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function writeSync(fd: number, buffer: ArrayBuffer |string, options?: { offset?: number; length?: number; position?: number; encoding?: string; }): number; Differences: declare function writeSync(fd: number, buffer: ArrayBuffer |string, options?: { offset?: number; length?: number; position?: number; encoding?: string; }): number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare function createWatcher(filename: string, events: number, callback: AsyncCallback<number>): Watcher; Differences: declare function createWatcher(filename: string, events: number, callback: AsyncCallback<number>): Watcher; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare interface Dir Differences: declare interface Dir | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dir; API declaration: read(): Promise<Dirent>; Differences: read(): Promise<Dirent>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dir; API declaration: read(callback: AsyncCallback<Dirent>): void; Differences: read(callback: AsyncCallback<Dirent>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dir; API declaration: readSync(): Dirent; Differences: readSync(): Dirent; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dir; API declaration: close(): Promise<void>; Differences: close(): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dir; API declaration: close(callback: AsyncCallback<void>): void; Differences: close(callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dir; API declaration: closeSync(): void; Differences: closeSync(): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare interface Dirent Differences: declare interface Dirent | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dirent; API declaration: readonly name: string; Differences: readonly name: string; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dirent; API declaration: isBlockDevice(): boolean; Differences: isBlockDevice(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dirent; API declaration: isCharacterDevice(): boolean; Differences: isCharacterDevice(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dirent; API declaration: isDirectory(): boolean; Differences: isDirectory(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dirent; API declaration: isFIFO(): boolean; Differences: isFIFO(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dirent; API declaration: isFile(): boolean; Differences: isFile(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dirent; API declaration: isSocket(): boolean; Differences: isSocket(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Dirent; API declaration: isSymbolicLink(): boolean; Differences: isSymbolicLink(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare interface Stat Differences: declare interface Stat | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly dev: number; Differences: readonly dev: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly ino: number; Differences: readonly ino: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly mode: number; Differences: readonly mode: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly nlink: number; Differences: readonly nlink: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly uid: number; Differences: readonly uid: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly gid: number; Differences: readonly gid: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly rdev: number; Differences: readonly rdev: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly size: number; Differences: readonly size: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly blocks: number; Differences: readonly blocks: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly atime: number; Differences: readonly atime: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly mtime: number; Differences: readonly mtime: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: readonly ctime: number; Differences: readonly ctime: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: isBlockDevice(): boolean; Differences: isBlockDevice(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: isCharacterDevice(): boolean; Differences: isCharacterDevice(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: isDirectory(): boolean; Differences: isDirectory(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: isFIFO(): boolean; Differences: isFIFO(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: isFile(): boolean; Differences: isFile(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: isSocket(): boolean; Differences: isSocket(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stat; API declaration: isSymbolicLink(): boolean; Differences: isSymbolicLink(): boolean; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare interface Stream Differences: declare interface Stream | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: close(): Promise<void>; Differences: close(): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: close(callback: AsyncCallback<void>): void; Differences: close(callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: closeSync(): void; Differences: closeSync(): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: flush(): Promise<void>; Differences: flush(): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: flush(callback: AsyncCallback<void>): void; Differences: flush(callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: flushSync(): void; Differences: flushSync(): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: write(buffer: ArrayBuffer |string, options?: { offset?: number; length?: number; position?: number; encoding?: string; }): Promise<number>; Differences: write(buffer: ArrayBuffer |string, options?: { offset?: number; length?: number; position?: number; encoding?: string; }): Promise<number>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void; Differences: write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: write(buffer: ArrayBuffer |string, options: { offset?: number; length?: number; position?: number; encoding?: string; }, callback: AsyncCallback<number>): void; Differences: write(buffer: ArrayBuffer |string, options: { offset?: number; length?: number; position?: number; encoding?: string; }, callback: AsyncCallback<number>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: writeSync(buffer: ArrayBuffer |string, options?: { offset?: number; length?: number; position?: number; encoding?: string; }): number; Differences: writeSync(buffer: ArrayBuffer |string, options?: { offset?: number; length?: number; position?: number; encoding?: string; }): number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: read(buffer: ArrayBuffer, options?: { position?: number; offset?: number; length?: number; }): Promise<ReadOut>; Differences: read(buffer: ArrayBuffer, options?: { position?: number; offset?: number; length?: number; }): Promise<ReadOut>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: read(buffer: ArrayBuffer, callback: AsyncCallback<ReadOut>): void; Differences: read(buffer: ArrayBuffer, callback: AsyncCallback<ReadOut>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: read(buffer: ArrayBuffer, options: { position?: number; offset?: number; length?: number; }, callback: AsyncCallback<ReadOut>): void; Differences: read(buffer: ArrayBuffer, options: { position?: number; offset?: number; length?: number; }, callback: AsyncCallback<ReadOut>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Stream; API declaration: readSync(buffer: ArrayBuffer, options?: { position?: number; offset?: number; length?: number; }): number; Differences: readSync(buffer: ArrayBuffer, options?: { position?: number; offset?: number; length?: number; }): number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare interface ReadOut Differences: declare interface ReadOut | api/@ohos.fileio.d.ts |
| New API | NA | Class name: ReadOut; API declaration: bytesRead: number; Differences: bytesRead: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: ReadOut; API declaration: offset: number; Differences: offset: number; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: ReadOut; API declaration: buffer: ArrayBuffer; Differences: buffer: ArrayBuffer; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare interface Watcher Differences: declare interface Watcher | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Watcher; API declaration: stop(): Promise<void>; Differences: stop(): Promise<void>; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: Watcher; API declaration: stop(callback: AsyncCallback<void>): void; Differences: stop(callback: AsyncCallback<void>): void; | api/@ohos.fileio.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace fileShare Differences: declare namespace fileShare | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: fileShare; API declaration: export enum OperationMode Differences: export enum OperationMode | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: OperationMode; API declaration: READ_MODE = 0b1 Differences: READ_MODE = 0b1 | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: OperationMode; API declaration: WRITE_MODE = 0b10 Differences: WRITE_MODE = 0b10 | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: fileShare; API declaration: export enum PolicyErrorCode Differences: export enum PolicyErrorCode | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: PolicyErrorCode; API declaration: PERSISTENCE_FORBIDDEN = 1 Differences: PERSISTENCE_FORBIDDEN = 1 | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: PolicyErrorCode; API declaration: INVALID_MODE = 2 Differences: INVALID_MODE = 2 | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: PolicyErrorCode; API declaration: INVALID_PATH = 3 Differences: INVALID_PATH = 3 | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: fileShare; API declaration: export type PolicyErrorResult = { / * Indicates the failed uri of the policy information. * * @type { string } * @syscap SystemCapability.FileManagement.AppFileService.FolderAuthorization * @since 11 */ uri: string; / * Indicates the error code of the failure in the policy information. * * @type { PolicyErrorCode } * @syscap SystemCapability.FileManagement.AppFileService.FolderAuthorization * @since 11 */ code: PolicyErrorCode; / * Indicates the reason of the failure in the policy information. * * @type { string } * @syscap SystemCapability.FileManagement.AppFileService.FolderAuthorization * @since 11 */ message: string; }; Differences: export type PolicyErrorResult = { / * Indicates the failed uri of the policy information. * * @type { string } * @syscap SystemCapability.FileManagement.AppFileService.FolderAuthorization * @since 11 */ uri: string; / * Indicates the error code of the failure in the policy information. * * @type { PolicyErrorCode } * @syscap SystemCapability.FileManagement.AppFileService.FolderAuthorization * @since 11 */ code: PolicyErrorCode; / * Indicates the reason of the failure in the policy information. * * @type { string } * @syscap SystemCapability.FileManagement.AppFileService.FolderAuthorization * @since 11 */ message: string; }; | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: fileShare; API declaration: export interface PolicyInfo Differences: export interface PolicyInfo | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: PolicyInfo; API declaration: uri: string; Differences: uri: string; | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: PolicyInfo; API declaration: operationMode: number; Differences: operationMode: number; | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: fileShare; API declaration: function persistPermission(policies: Array<PolicyInfo>): Promise<void>; Differences: function persistPermission(policies: Array<PolicyInfo>): Promise<void>; | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: fileShare; API declaration: function revokePermission(policies: Array<PolicyInfo>): Promise<void>; Differences: function revokePermission(policies: Array<PolicyInfo>): Promise<void>; | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: fileShare; API declaration: function activatePermission(policies: Array<PolicyInfo>): Promise<void>; Differences: function activatePermission(policies: Array<PolicyInfo>): Promise<void>; | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: fileShare; API declaration: function deactivatePermission(policies: Array<PolicyInfo>): Promise<void>; Differences: function deactivatePermission(policies: Array<PolicyInfo>): Promise<void>; | api/@ohos.fileshare.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace Statfs Differences: declare namespace Statfs | api/@ohos.statfs.d.ts |
| New API | NA | Class name: Statfs; API declaration: function getFreeBytes(path: string, callback: AsyncCallback<number>): void; Differences: function getFreeBytes(path: string, callback: AsyncCallback<number>): void; | api/@ohos.statfs.d.ts |
| New API | NA | Class name: Statfs; API declaration: function getFreeBytes(path: string): Promise<number>; Differences: function getFreeBytes(path: string): Promise<number>; | api/@ohos.statfs.d.ts |
| New API | NA | Class name: Statfs; API declaration: function getTotalBytes(path: string, callback: AsyncCallback<number>): void; Differences: function getTotalBytes(path: string, callback: AsyncCallback<number>): void; | api/@ohos.statfs.d.ts |
| New API | NA | Class name: Statfs; API declaration: function getTotalBytes(path: string): Promise<number>; Differences: function getTotalBytes(path: string): Promise<number>; | api/@ohos.statfs.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileResponse Differences: export interface FileResponse | api/@system.file.d.ts |
| New API | NA | Class name: FileResponse; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileResponse; API declaration: length: number; Differences: length: number; | api/@system.file.d.ts |
| New API | NA | Class name: FileResponse; API declaration: lastModifiedTime: number; Differences: lastModifiedTime: number; | api/@system.file.d.ts |
| New API | NA | Class name: FileResponse; API declaration: type: 'dir' |'file'; Differences: type: 'dir' |'file'; | api/@system.file.d.ts |
| New API | NA | Class name: FileResponse; API declaration: subFiles?: Array<FileResponse>; Differences: subFiles?: Array<FileResponse>; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileMoveOption Differences: export interface FileMoveOption | api/@system.file.d.ts |
| New API | NA | Class name: FileMoveOption; API declaration: srcUri: string; Differences: srcUri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileMoveOption; API declaration: dstUri: string; Differences: dstUri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileMoveOption; API declaration: success?: (uri: string) => void; Differences: success?: (uri: string) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileMoveOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileMoveOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileListResponse Differences: export interface FileListResponse | api/@system.file.d.ts |
| New API | NA | Class name: FileListResponse; API declaration: fileList: Array<FileResponse>; Differences: fileList: Array<FileResponse>; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileListOption Differences: export interface FileListOption | api/@system.file.d.ts |
| New API | NA | Class name: FileListOption; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileListOption; API declaration: success?: (data: FileListResponse) => void; Differences: success?: (data: FileListResponse) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileListOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileListOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileCopyOption Differences: export interface FileCopyOption | api/@system.file.d.ts |
| New API | NA | Class name: FileCopyOption; API declaration: srcUri: string; Differences: srcUri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileCopyOption; API declaration: dstUri: string; Differences: dstUri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileCopyOption; API declaration: success?: (uri: string) => void; Differences: success?: (uri: string) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileCopyOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileCopyOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileGetOption Differences: export interface FileGetOption | api/@system.file.d.ts |
| New API | NA | Class name: FileGetOption; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileGetOption; API declaration: recursive?: boolean; Differences: recursive?: boolean; | api/@system.file.d.ts |
| New API | NA | Class name: FileGetOption; API declaration: success?: (file: FileResponse) => void; Differences: success?: (file: FileResponse) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileGetOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileGetOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileDeleteOption Differences: export interface FileDeleteOption | api/@system.file.d.ts |
| New API | NA | Class name: FileDeleteOption; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileDeleteOption; API declaration: success?: () => void; Differences: success?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileDeleteOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileDeleteOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileWriteTextOption Differences: export interface FileWriteTextOption | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteTextOption; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteTextOption; API declaration: text: string; Differences: text: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteTextOption; API declaration: encoding?: string; Differences: encoding?: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteTextOption; API declaration: append?: boolean; Differences: append?: boolean; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteTextOption; API declaration: success?: () => void; Differences: success?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteTextOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteTextOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileReadTextResponse Differences: export interface FileReadTextResponse | api/@system.file.d.ts |
| New API | NA | Class name: FileReadTextResponse; API declaration: text: string; Differences: text: string; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileReadTextOption Differences: export interface FileReadTextOption | api/@system.file.d.ts |
| New API | NA | Class name: FileReadTextOption; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadTextOption; API declaration: encoding?: string; Differences: encoding?: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadTextOption; API declaration: position?: number; Differences: position?: number; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadTextOption; API declaration: length?: number; Differences: length?: number; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadTextOption; API declaration: success?: (data: FileReadTextResponse) => void; Differences: success?: (data: FileReadTextResponse) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadTextOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadTextOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileWriteArrayBufferOption Differences: export interface FileWriteArrayBufferOption | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteArrayBufferOption; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteArrayBufferOption; API declaration: buffer: Uint8Array; Differences: buffer: Uint8Array; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteArrayBufferOption; API declaration: position?: number; Differences: position?: number; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteArrayBufferOption; API declaration: append?: boolean; Differences: append?: boolean; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteArrayBufferOption; API declaration: success?: () => void; Differences: success?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteArrayBufferOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileWriteArrayBufferOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileReadArrayBufferResponse Differences: export interface FileReadArrayBufferResponse | api/@system.file.d.ts |
| New API | NA | Class name: FileReadArrayBufferResponse; API declaration: buffer: Uint8Array; Differences: buffer: Uint8Array; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileReadArrayBufferOption Differences: export interface FileReadArrayBufferOption | api/@system.file.d.ts |
| New API | NA | Class name: FileReadArrayBufferOption; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadArrayBufferOption; API declaration: position?: number; Differences: position?: number; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadArrayBufferOption; API declaration: length?: number; Differences: length?: number; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadArrayBufferOption; API declaration: success?: (data: FileReadArrayBufferResponse) => void; Differences: success?: (data: FileReadArrayBufferResponse) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadArrayBufferOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileReadArrayBufferOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileAccessOption Differences: export interface FileAccessOption | api/@system.file.d.ts |
| New API | NA | Class name: FileAccessOption; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileAccessOption; API declaration: success?: () => void; Differences: success?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileAccessOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileAccessOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileMkdirOption Differences: export interface FileMkdirOption | api/@system.file.d.ts |
| New API | NA | Class name: FileMkdirOption; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileMkdirOption; API declaration: recursive?: boolean; Differences: recursive?: boolean; | api/@system.file.d.ts |
| New API | NA | Class name: FileMkdirOption; API declaration: success?: () => void; Differences: success?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileMkdirOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileMkdirOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export interface FileRmdirOption Differences: export interface FileRmdirOption | api/@system.file.d.ts |
| New API | NA | Class name: FileRmdirOption; API declaration: uri: string; Differences: uri: string; | api/@system.file.d.ts |
| New API | NA | Class name: FileRmdirOption; API declaration: recursive?: boolean; Differences: recursive?: boolean; | api/@system.file.d.ts |
| New API | NA | Class name: FileRmdirOption; API declaration: success?: () => void; Differences: success?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileRmdirOption; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.file.d.ts |
| New API | NA | Class name: FileRmdirOption; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.file.d.ts |
| New API | NA | Class name: global; API declaration: export default class File Differences: export default class File | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static move(options: FileMoveOption): void; Differences: static move(options: FileMoveOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static copy(options: FileCopyOption): void; Differences: static copy(options: FileCopyOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static list(options: FileListOption): void; Differences: static list(options: FileListOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static get(options: FileGetOption): void; Differences: static get(options: FileGetOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static delete(options: FileDeleteOption): void; Differences: static delete(options: FileDeleteOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static writeText(options: FileWriteTextOption): void; Differences: static writeText(options: FileWriteTextOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static readText(options: FileReadTextOption): void; Differences: static readText(options: FileReadTextOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static writeArrayBuffer(options: FileWriteArrayBufferOption): void; Differences: static writeArrayBuffer(options: FileWriteArrayBufferOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static readArrayBuffer(options: FileReadArrayBufferOption): void; Differences: static readArrayBuffer(options: FileReadArrayBufferOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static access(options: FileAccessOption): void; Differences: static access(options: FileAccessOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static mkdir(options: FileMkdirOption): void; Differences: static mkdir(options: FileMkdirOption): void; | api/@system.file.d.ts |
| New API | NA | Class name: File; API declaration: static rmdir(options: FileRmdirOption): void; Differences: static rmdir(options: FileRmdirOption): void; | api/@system.file.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.application.BackupExtensionAbility.d.ts Differences: CoreFileKit | api/@ohos.application.BackupExtensionAbility.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.document.d.ts Differences: CoreFileKit | api/@ohos.document.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.cloudSync.d.ts Differences: CoreFileKit | api/@ohos.file.cloudSync.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.cloudSyncManager.d.ts Differences: CoreFileKit | api/@ohos.file.cloudSyncManager.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.environment.d.ts Differences: CoreFileKit | api/@ohos.file.environment.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.fileAccess.d.ts Differences: CoreFileKit | api/@ohos.file.fileAccess.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.fileuri.d.ts Differences: CoreFileKit | api/@ohos.file.fileuri.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.fs.d.ts Differences: CoreFileKit | api/@ohos.file.fs.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.hash.d.ts Differences: CoreFileKit | api/@ohos.file.hash.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.picker.d.ts Differences: CoreFileKit | api/@ohos.file.picker.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.securityLabel.d.ts Differences: CoreFileKit | api/@ohos.file.securityLabel.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.statvfs.d.ts Differences: CoreFileKit | api/@ohos.file.statvfs.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.file.storageStatistics.d.ts Differences: CoreFileKit | api/@ohos.file.storageStatistics.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.fileio.d.ts Differences: CoreFileKit | api/@ohos.fileio.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.fileshare.d.ts Differences: CoreFileKit | api/@ohos.fileshare.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.statfs.d.ts Differences: CoreFileKit | api/@ohos.statfs.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@system.file.d.ts Differences: CoreFileKit | api/@system.file.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: kits@kit.CoreFileKit.d.ts Differences: CoreFileKit | kits/@kit.CoreFileKit.d.ts |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apidiff-ArkGraphics2D
openharmony 鸿蒙 js-apidiff-MediaKit
openharmony 鸿蒙 js-apidiff-InputKit
openharmony 鸿蒙 js-apidiff-BasicServicesKit
openharmony 鸿蒙 js-apidiff-ConnectivityKit
openharmony 鸿蒙 js-apidiff-ArkWeb
openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit