FileSkipBytes()

edit

Shifts the file pointer by the given number of bytes.

FileSkipBytes( file=any, len=number );

Returns: void

Argument Description
file
any, required
edit

The file object.

Alias: fileObj, source

len
number, required
edit

The number of bytes that must be skipped before the next file operation.

Examples

edit

There are currently no examples for this function.

See also