vboxmanage-path

Reliably determines the path of VBoxManage (or VboxManage for older versions on linux)

Usage no npm install needed!

<script type="module">
  import vboxmanagePath from 'https://cdn.skypack.dev/vboxmanage-path';
</script>

README

vboxmanage-path

Reliably determines the path of VBoxManage (or VboxManage for older versions on linux)

Usage

var vmp = require('vboxmanage-path')

vmp(function (err, path) {
  if (err) return console.error(err)
  console.log(path)
})