methodfs.Utf8Stream.reopenreopen(file: PathLike): void;Reopen the file in place, useful for log rotation.@param fileA path to a file to be written to (mode controlled by the append option).Referenced typestype PathLike = string | Buffer | URLValid types for path values in "fs".