Main Content

linux.utils.getApplicationPackageDescription

Get application package description

Since R2024a

Description

example

pkgDesc=linux.utils.getApplicationPackageDescription(appPackageName) returns the pkgDesc variable containing the description of application package such as name, version, type.

Examples

collapse all

Get the application package details for myApplication.

pkgDesc = linux.utils.getApplicationPackageDescription("myApplication.mldatx");

Input Arguments

collapse all

Specify the application package name or full path for the application package.

Example: myApplication

Output Arguments

collapse all

Structure variable containing the name, version, and type of the application package.

Version History

Introduced in R2024a