AsBuiltReport / AsBuiltReport.Core

Repository for AsBuiltReport core module
https://www.asbuiltreport.com
MIT License
54 stars 23 forks source link

Set OutputFolderPath variable as global variable #53

Open rebelinux opened 1 month ago

rebelinux commented 1 month ago

Description

In several of my reports I am generating a diagrams of the infrastructure. The situation I have is that when exporting the reports I would like them to be saved in the same directory where the 'OutputFolderPath' variable is set. Currently this variable is of scope script and I can't access its content from the context of the reports.

I would like to propose that the variable 'OutputFolderPath' be set to Global so that I can use the variable from my reports.

Additional Context

Saved 'AsBuiltReport.Veeam.VBR.png' diagram to 'C:\Users\jocolon\'. <+++ Saved to current local path
Veeam VBR As Built Report 'Veeam Backup & Replication As Built Report' has been saved to 'C:\Users\jocolon\AsBuiltReport\'. <+++ Saved to OutputFolderPath

Before submitting