Hi,
I want to know where the vmware machine is installed and the configuration files available. using the vix api I can easily found the vmx file path but its giving the path name like virtualmachine/virtualmachine.vmx. Is there any way to retrieve the absolute path of . I know it is available in datastore.xml file which is located in defalut location C:\Docmentsandsettings\allusers\vmware\..\datastore.xml. But i dont want to hardcode that location and read the location from xml file.
Is there any vix api functions to retrieve the location ?
Thanks in advance.