(dirPath, options)
| 1116 | }, |
| 1117 | |
| 1118 | async mkdir(dirPath, options) { |
| 1119 | const providerPath = toProviderPath(dirPath); |
| 1120 | return provider.mkdir(providerPath, options); |
| 1121 | }, |
| 1122 | |
| 1123 | async rmdir(dirPath) { |
| 1124 | const providerPath = toProviderPath(dirPath); |