filePath property

String filePath
getter/setter pair

The file system path to the application binary to be published.

Can be either:

  • Direct path to a specific file (e.g., /path/to/app.apk)
  • Directory path containing the binary files

If a directory is provided, the system will automatically locate files matching the specified binaryType.

Implementation

String filePath;