The script's file name with path
| 151 | |
| 152 | /// The script's file name with path |
| 153 | agi::fs::path GetFilename() const { return filename; } |
| 154 | /// The script's file name without path |
| 155 | agi::fs::path GetPrettyFilename() const { return filename.filename(); } |
| 156 | /// The script's name. Not required to be unique. |
no outgoing calls
no test coverage detected