* Returns a file path. * * @example * faker.system.filePath() // '/usr/local/src/money.dotx' * * @since 3.1.0
()
| 212 | * @since 3.1.0 |
| 213 | */ |
| 214 | filePath(): string { |
| 215 | return `${this.directoryPath()}/${this.fileName()}`; |
| 216 | } |
| 217 | |
| 218 | /** |
| 219 | * Returns a [semantic version](https://semver.org). |
no test coverage detected