C#: Move an existing file

Moves an existing file, optionally renaming it at the same time.

Examples

Move file

await supabase.Storage.From("avatars")
  .Move("public/fancy-avatar.png", "private/fancy-avatar.png");