Future<void> delete(String path, {bool recursive = false}) async => await deleteFile(path.replaceSeparator(), recursive: recursive);