File-Skip

(file-skip file integer) -> integer

Modifies the file-pos by the given integer, and returns the new position.

Examples:

>> (file-skip a -7)
:: 6
>> (file-skip a 4)
:: 10

See Also: file-pos, file-len, file-seek