Prova att konvertera din bool till en int.
Dts.Variables["User::FileExistsFlg"].Value = Convert.ToInt32(File.Exists(filepath));
Prova att konvertera din bool till en int.
Dts.Variables["User::FileExistsFlg"].Value = Convert.ToInt32(File.Exists(filepath));