deleteDir abstract method
Delete directory at the location specified by from
.
see: https://datatracker.ietf.org/doc/html/rfc4918#section-9.6.1
Implementation
Future<WebDavStdRequest<DeleteRequestParam>> deleteDir({IfOr? condition});
Delete directory at the location specified by from
.
see: https://datatracker.ietf.org/doc/html/rfc4918#section-9.6.1
Future<WebDavStdRequest<DeleteRequestParam>> deleteDir({IfOr? condition});