Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm just trying to add a file programmatically to my project I'm totally lost on this one. If any help can be thrown my way it would be cool.

 

 

I have a project that Im interacting with a exsisting program and i need to right to a file created in visual studio. To go one set further The file I will need to send to the other program is a csv file.

Posted
Assuming I understand what you need correctly, visual studio project files are just XML. You can open them up with a text editor and look at them. To add a new file, you just need to add a new XML node for the file. Once you look at the project file it should be pretty easy to figure out.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...