(...segments)
| 21950 | return this._storage.dirname(absolutePath) |
| 21951 | } |
| 21952 | join(...segments) { |
| 21953 | return this._storage.join(...segments) |
| 21954 | } |
| 21955 | async getMTime(absolutePath) { |
| 21956 | return await this._storage.getMTime(absolutePath) |
| 21957 | } |