public FindDir ( string path ) : |
||
path | string | The path string. |
return |
new Project("MyProduct", new Dir("%ProgramFiles%", new Dir("My Company", new Dir("My Product", ...
In the sample above the call FindDir(@"%ProgramFiles%\My Company\My Product")
returns the last declared T:WixSharp.Dir.
public FindDir ( string path ) : |
||
path | string | The path string. |
return |