> ## 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.

# SymlinkEntry {#modules.SymlinkEntry}

A single runfiles symlink represented by a link name and target.

## Members

* [path](#path)
* [target\_file](#target_file)

<h2 id="path">
  path
</h2>

```
string SymlinkEntry.path
```

The path of the symlink in the runfiles tree

<h2 id="target_file">
  target\_file
</h2>

```
File SymlinkEntry.target_file
```

Target file of the symlink
