> ## Documentation Index
> Fetch the complete documentation index at: https://bazel-pr-30036.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ExpandedDirectory

Represents an expanded directory that makes the files within the it directly accessible.

## Members

* [children](#children)
* [directory](#directory)

## children

```
list ExpandedDirectory.children
```

Contains the files within the directory.

## directory

```
File ExpandedDirectory.directory
```

The input directory that was expanded.
