# ability\_env.h - [Overview](#section779629548165626) - [Summary](#section1423511448165626) - [Functions](#func-members) ## **Overview** **Related Modules:** [AbilityKit](AbilityKit.md) **Description:** Declares functions for obtaining information about the runtime environment of the application to which the ability belongs, including the bundle name, source code path, and data path. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Functions

Function

Description

GetBundleName ()

const char *

Obtains the bundle name of the application to which this ability belongs.

GetSrcPath ()

const char *

Obtains the source code path of this ability.

GetDataPath ()

const char *

Obtains the data path of this ability.