0

I have added a image file in to my project:

/Projectname
   /Core
      /Render
         Render.cs
         /Textures
             small_logo_256.png

In Render.cs how do I correctly reference the path of @"Textures\small_logo_256.png", (this does not work), I can manually copy the image file in to bin/Debug and then it works but how do I get to "automatically" include correctly in project when compiling it?

Patrik Fröhler
  • 1,123
  • 1
  • 10
  • 33
  • 1
    Also see [How do I change the working directory while debugging in Visual Studio?](https://stackoverflow.com/questions/1102976) if you want to change the working directory when you launch the app – gunr2171 May 03 '22 at 01:15

0 Answers0