Skip to contents

Change the path to a fragment file store in a Fragment2 object. Path must be to the same file that was used to create the fragment object. An MD5 hash will be computed using the new path and compared to the hash stored in the Fragment object to verify that the files are the same.

Usage

UpdatePath(object, new.path, new.index.path = NULL, verbose = TRUE)

Arguments

object

A Fragment2 object.

new.path

Path to the fragment file.

new.index.path

Path to the fragment file index. If NULL, the index is assumed to be in the same directory as the fragment file.

verbose

Display messages.