在我的解决方案中,对于其中一个项目,我必须添加一个二进制文件并在form_load
事件中读取其内容。
正如您在图片中看到的,我已将其添加到适当的项目中,并将其设置Build Action
为Content
和Copy to Output Directory
as Copy Always
。
现在有人可以告诉我如何访问这个文件吗?
private void SetupForm_Load(object sender, EventArgs e)
{
//Find the path to file then
//READ THE FILE
}