(filePath)
| 1126 | }, |
| 1127 | |
| 1128 | async unlink(filePath) { |
| 1129 | const providerPath = toProviderPath(filePath); |
| 1130 | return provider.unlink(providerPath); |
| 1131 | }, |
| 1132 | |
| 1133 | async rename(oldPath, newPath) { |
| 1134 | const oldProviderPath = toProviderPath(oldPath); |