Add a pebble function fileSize()
that returns the file size in bytes
#5902
Labels
area/backend
Needs backend code changes
enhancement
New feature or request
good first issue
Great issue for new contributors
kind/customer-request
Requested by one or more customers
kind/quick-win
Seems to be quick to do
Feature description
This is needed for use cases when you need to check the file size within a condition and perhaps skip some downstream tasks if the file is empty.
This can be a function that takes an internal storage file URI as a single input parameter:
fileSize(URI)
The text was updated successfully, but these errors were encountered: