Open Apollon77 opened 2 years ago
adapter.delFile
as now it implies passing null
as name is valid, while consumer might need to pass adapter.namespace
adapterName – adapter name. If adapter name is null, default will be the name of the current adapter. path – path to directory without adapter name. E.g. If you want to delete “/vis.0/main/views.json”, here must be “/main/views.json” and _adapter must be equal to “vis.0”.
Important stuff