I create shape file as follows:IFeatureClass featClass = featWorkspace.CreateFeatureClass(shpName, fields, null, null, esriFeatureType.esriFTSimple, "Shape", "");
And created shape file - is locked:file_name.shp.comp_name.3840.3932.sr.lock
. How I can unlock shape file just created?