C
csharpula csharp
Hello,
I fI want to access a file which is located in for example Resources
folder but not in my project and I want to access it from my project.
How can I do it? Can I do it using
Assembly.GetExecutingAssembly().FullName + @"Recources/abc.txt"
?
If not then how can I?
Thank u!
I fI want to access a file which is located in for example Resources
folder but not in my project and I want to access it from my project.
How can I do it? Can I do it using
Assembly.GetExecutingAssembly().FullName + @"Recources/abc.txt"
?
If not then how can I?
Thank u!