Command/WorkspaceLocation/Binaries.ps1


# Opens the binaries folder in the explorer.

Import-Module CmxModule -Force -DisableNameChecking
Invoke-Item "$global:BinariesFolder\Debug\x64\Bin"