harmony 鸿蒙raw_dir.h

  • 2025-06-12
  • 浏览 (6)

raw_dir.h

Overview

Provides functions related to the rawfile directory. These functions include traversing and closing rawfile directories.

Since: 8

Related module: Rawfile

Summary

Types

Name Description
typedef struct RawDirRawDir Provides access to the rawfile directory.

Functions

Name Description
const char * OH_ResourceManager_GetRawFileName (RawDir *rawDir, int index) Obtains the name of a file in rawfile based on the index.
int OH_ResourceManager_GetRawFileCount (RawDir *rawDir) Obtains the number of files in the RawDir directory.
void OH_ResourceManager_CloseRawDir (RawDir *rawDir) Closes a RawDir and releases all associated resources.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Localization Kit

harmony 鸿蒙RawFileDescriptor

harmony 鸿蒙RawFileDescriptor64

harmony 鸿蒙ResourceManager_Configuration

harmony 鸿蒙Font Management Error Codes

harmony 鸿蒙I18N Error Codes

harmony 鸿蒙Resource Manager Error Codes

harmony 鸿蒙@ohos.fontManager (Font Management)

harmony 鸿蒙@ohos.i18n (Internationalization) (System API)

harmony 鸿蒙@ohos.i18n (Internationalization)

0  赞