PSGraph
PSGraph copied to clipboard
Resolve DestinationPath before passing it to GraphViz
It seems that GraphViz is not aware of PowerShell path constructs such as ~
.
Graph { Node Foo } | Export-PSGraph -DestinationPath C:\users\jhoek\Desktop\thisworks.png
Graph { Node Baz } | Export-PSGraph -DestinationPath ~\Desktop\thisdoesnot.png