Skip to content

Berry 'path.listdir(file.tapp#)' to list directory inside '.tapp' archives#24367

Merged
s-hadinger merged 1 commit intoarendst:developmentfrom
s-hadinger:berry_listdir_tapp
Jan 18, 2026
Merged

Berry 'path.listdir(file.tapp#)' to list directory inside '.tapp' archives#24367
s-hadinger merged 1 commit intoarendst:developmentfrom
s-hadinger:berry_listdir_tapp

Conversation

@s-hadinger
Copy link
Copy Markdown
Collaborator

Description:

Berry, add ability to list the files in a ".tapp" archive with path.listdir().

Example:

import path
var files = path.listdir("/.extensions/Leds_Panel.tapp#")
print(files)
# ['autoexec.be', 'leds_panel.be', 'manifest.json']

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with Tasmota core ESP8266 V.2.7.8
  • The code change is tested and works with Tasmota core ESP32 V.3.1.9
  • I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

@s-hadinger s-hadinger merged commit 9c73b27 into arendst:development Jan 18, 2026
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant