Hello Oleg,
I am trying to add a subfolder and multiple files using a wildcard but no luck:
var project = new ManagedProject("ConvertDrone32Bit",
Bob
I am trying to add a subfolder and multiple files using a wildcard but no luck:
var project = new ManagedProject("ConvertDrone32Bit",
new Dir(@"%ProgramFiles%\InFlow Technology LLC\ConvertDrone32Bit",
new DirFiles(@"..\..\..\winDrone32\bin\x86\Release\*.*")),
new Dir("ConvertSWPDMIntegration",
new DirFiles(@"..\..\..\winDrone32\bin\x86\Release\ConvertSWPDMIntegration\*.*")));
Please let me know when you get a chance and thanks for your help,Bob