Skip to content

Commit

Permalink
rm gen
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 committed Feb 2, 2025
1 parent d9b431b commit c795426
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bindings/dart/lib/src/rust/api/opendal_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,6 @@ abstract class Operator implements RustOpaqueInterface {

Future<void> rename({required String from, required String to});

/// Rename file according to given `from` and `to` path synchronously.
///
/// It's similar to `mv` command.
///
/// ### Example
/// ```javascript
/// op.renameSync("path/to/file", "path/to/dest");
/// ```
void renameSync({required String from, required String to});

Future<Metadata> stat({required String path});
Expand Down

0 comments on commit c795426

Please sign in to comment.