plus

operator fun plus(other: Int): File

Adds an integer to the file, resulting in a new file shifted by the given amount.

Return

A new File shifted by the given amount.

Parameters

other

The integer to add.