Method MigrateLegacyLayout
MigrateLegacyLayout()
Migrates a repository created by early pre-release legacy versions of FulcrumFS that used dot-prefixed .temp and .cleanup directory names
to the current layout. Must be called before EnsureCreated() or any other operation on hosts that may still have legacy repositories on
disk. Safe to call on already-migrated or non-existent repositories - it is a no-op when no legacy artifacts are present.
Declaration
public void MigrateLegacyLayout()
Remarks
This method exists only as a one-time migration aid and will be removed in a future release.