file_seek


Description:

public bool file_seek (uint32 friend_number, uint32 file_number, uint64 position, out ErrFileSeek error = null)

Sends a file seek control command to a friend for a given file transfer.

This function can only be called to resume a file transfer right before FileControl.RESUME is sent.

Parameters:

friend_number

The friend number of the friend the file is being received from.

file_number

The friend-specific identifier for the file transfer.

position

The position that the file should be seeked to.