Like: `[PathExecutable(RelativePath = "Tools/tool.exe")]` RelativePath is relative to `RootDirectory` Maybe in the future you can add `AbsolutePath` The following is not possible, sadly: `[PathExecutable(Path = RootDirectory / "Tools" / "CorFlags")]`
Like:
[PathExecutable(RelativePath = "Tools/tool.exe")]RelativePath is relative to
RootDirectoryMaybe in the future you can add
AbsolutePathThe following is not possible, sadly:
[PathExecutable(Path = RootDirectory / "Tools" / "CorFlags")]