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!
Frank Uray - 15 May 2008 13:33 GMT
Hi
You have to know where the other project is located ...
If you know it relative to your project you could use:
"System.Windows.Forms.Application.StartupPath".
But you will have to parse StartupPath somehow ...
Best regards
Frank
> Hello,
> I fI want to access a file which is located in for example Resources
[quoted text clipped - 6 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***