DirectoryExpander

Report an issue View source Nightly · 7.2 · 7.1 · 7.0 · 6.5 · 6.4

Expands directories created by ctx.actions.declare_directory during the execution phase. This is useful to expand directories in map_each.

Members

expand

list DirectoryExpander.expand(file)

If the given File is a directory, this returns a list of Files recursively underneath the directory. Otherwise, this returns a list containing just the given File itself.

Parameters

Parameter Description
file File; required
The directory or file to expand.