hello<br>
<br>I want to overwrite a shapefile using ogr(c++). If the dbf file in the destination shapefile is already open by anather program(exel), the operation fails in the middle and only the shp and shx files are updated.<br>
How could I check, using OGR, if the dbf(or any other file in the shapefile) is blocked before I overwrite it? <br><br>I tested this with &quot;ogr2ogr -overwrite destination source.shp&quot; and the same thing happens <br>

<br>
Thanks,<br>
Ramiro