public static void CheckinObject (string filePath, string storePath) { ObjectStore store = new ObjectStore (storePath); store.Checkin (filePath); store.Write (); }