| --- | |
| title: 'SymlinkEntry' | |
| --- | |
| A single runfiles symlink represented by a link name and target. | |
| ## Members | |
| * [path](#path) | |
| * [target\_file](#target_file) | |
| ## path | |
| ``` | |
| string SymlinkEntry.path | |
| ``` | |
| The path of the symlink in the runfiles tree | |
| ## target\_file | |
| ``` | |
| File SymlinkEntry.target_file | |
| ``` | |
| Target file of the symlink |