How am I able to access a file that I have added to my project from code. For instance, if I take a .sql script and add it into my project. How am I able to reference that file or point to it in code?
I obviously can use the path "C:\Temp\blah.sql", but how do I get to my file within the project???
Thanks
I obviously can use the path "C:\Temp\blah.sql", but how do I get to my file within the project???
Thanks