db4o

Defragment.Defrag Method

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.

Overload List

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);

See Also

Defragment Class | Db4objects.Db4o.Defragment Namespace