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

# ExpandedDirectory {#modules.ExpandedDirectory}

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

## Members

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

<h2 id="children">
  children
</h2>

```
list ExpandedDirectory.children
```

Contains the files within the directory.

<h2 id="directory">
  directory
</h2>

```
File ExpandedDirectory.directory
```

The input directory that was expanded.
