minus

operator fun minus(other: Int): File

Subtracts an integer from 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 subtract.