FilePath.rename

change the name or location of a file/directory, and adopt the provided Path.

  1. FilePath rename(FilePath dst)
  2. FilePath rename(const(char)[] dst)
    class FilePath
    final
    rename
    (
    const(char)[] dst
    )

Meta