Renames the file at the configured original path to the configured backup path and then builds a defragmented version of the file in the original place.
Renames the file at the configured original path to the configured backup path and then builds a defragmented version of the file in the original place.
public static void Defrag(DefragmentConfig);
Renames the file at the configured original path to the configured backup path and then builds a defragmented version of the file in the original place.
public static void Defrag(DefragmentConfig,IDefragmentListener);
Renames the file at the given original path to a backup file and then builds a defragmented version of the file in the original place.
public static void Defrag(string);
Renames the file at the given original path to the given backup file and then builds a defragmented version of the file in the original place.
public static void Defrag(string,string);
Defragment Class | Db4objects.Db4o.Defragment Namespace