Hi All,
I know that in VCO there are some prebuilt workflows and actions that list vmx, vmdk files etc.. using System.getModule("com.vmware.library.vc.datastore.files").getAllConfigFile(datastore) .
I would like to know if it is possible to list all files by directory on the datastore whatever they are? As you would with the datastore browser or unix ls command?
Thank you in advance for any pointers or help..
Kind Regards
Mark
Message was edited by: Mark It would also be good to know if there is an method for file exists test on a datastore. So I can also do... If datastore://directory/Filename exists.. do something...