()
| 169 | } |
| 170 | |
| 171 | get parentPath() { |
| 172 | return new Path(this.driveSdk, this.photosSdk, pathDirname(this.fullPath), this.eventsManager); |
| 173 | } |
| 174 | |
| 175 | get name() { |
| 176 | return pathBasename(this.fullPath); |
nothing calls this directly
no test coverage detected