(absolutePath)
| 21953 | return this._storage.join(...segments) |
| 21954 | } |
| 21955 | async getMTime(absolutePath) { |
| 21956 | return await this._storage.getMTime(absolutePath) |
| 21957 | } |
| 21958 | async getCTime(absolutePath) { |
| 21959 | return await this._storage.getCTime(absolutePath) |
| 21960 | } |