Hi,This should be quite simple, but how can I remove folder connections from IGxCatalog?I've tried:ESRI.ArcGIS.Catalog.IGxCatalog catalog = new ESRI.ArcGIS.Catalog.GxCatalogClass(); catalog.Location = "M:\\"; catalog.DisconnectFolder("M:\\");but the connection to M:\ remains after running the code.