is there any way to retrieve the machinefolder property with VBoxManage?
I have seen that you can set it via: VBoxManage setproperty machinefolder.
But how could I manage to do something like a VBoxManage GETproperty machinefolder.??
Thanks!
GET machinefolder property with VBoxManage
Re: GET machinefolder property with VBoxManage
On POSIX systems you can grep the systemproperties:
Code: Select all
VBoxManage list systemproperties | grep "Default machine folder:"