Wick.Protocol.Request.Rename2 (wick v0.1.0)

Copy Markdown View Source

FUSE_RENAME2 (45) — like RENAME plus a flags field.

Summary

Types

t()

@type t() :: %Wick.Protocol.Request.Rename2{
  flags: non_neg_integer(),
  newdir: non_neg_integer(),
  newname: String.t(),
  oldname: String.t()
}