Click here to Skip to main content
15,886,578 members

Comments by ilia.broudno (Top 1 by date)

ilia.broudno 27-Mar-14 12:58pm View    
Can you explain why it works?
How does this relative path gets resolved and by what?
What is this path relative to?
I placed Pics directory in the same folder as project file and I can access it via @"/Pics/blabla" syntax in code even though the executable is actually 2 levels down (bin\Debug) from the project file.
When the project is deployed (installed via installshield), /Pics is placed on the same level as executable but it still works.
Which should be exactly what I want but unfortunately it does not work for all such references and I can't figure out why without knowing how the resolving is actually done.