* Get the path to this file. * @return [String] The path to the file.
()
| 81 | * @return [String] The path to the file. |
| 82 | */ |
| 83 | public getPath(): string { |
| 84 | return this._path; |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Get the current file position. |
no outgoing calls
no test coverage detected