Prova a convertire il tuo bool in un int.
Dts.Variables["User::FileExistsFlg"].Value = Convert.ToInt32(File.Exists(filepath));
Prova a convertire il tuo bool in un int.
Dts.Variables["User::FileExistsFlg"].Value = Convert.ToInt32(File.Exists(filepath));