DIFFREWIND         Reset file pointer for GETDIFF command

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands >

DIFFREWIND         Reset file pointer for GETDIFF command

Syntax:

DIFFREWIND

 

Arguments:

None

 

Options:

None

 

 

 

This script command is used to reset the file pointer to the first difference recorded in the snapshot database populated by the GETDIFF command.

 

You might use this command to “rewind” to the beginning of a series of differences if you need to repeat some process.

 

Note: Snapshot database files are small SQLite database files created by Robo-FTP to support the DIFF and FTPDIFF family of script commands.

 

 

Related command(s): DIFF, GETDIFF

See also: FTPDIFFREWIND, Using the built-in database engine