FilePath.rename

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

Note: If dst is not zero terminated, a terminated will be added which means that allocation will happen.

  1. FilePath rename(FilePath dst)
  2. FilePath rename(cstring dst)
    class FilePath
    final
    rename
    (
    cstring dst
    )

Meta