Opened 13 years ago

Closed 13 years ago

#4271 closed defect (fixed)

FileGDB opening error: OGR: OGROpen(demo.gdb/) failed.

Reported by: peifer Owned by: warmerdam
Priority: normal Milestone: 1.9.0
Component: OGR_SF Version: svn-trunk
Severity: minor Keywords: FileGDB
Cc:

Description

Command used: ogrinfo demo.gdb/

The trailing slash in the datasource path causes the error. I wonder why. By the end of the day, demo.gdb is a directory, rather than a file. ogrinfo myshapes/ works nicely and presents all shapefiles in directory myshapes/ as individual layers.

Change History (2)

comment:1 by Even Rouault, 13 years ago

Milestone: 1.9.0

r23146 /trunk/gdal/ogr/ogrsf_frmts/filegdb/FGdbDriver.cpp: FGDB: accept trailing slash in 'foo.gdb/' as valid filename (#4271)

comment:2 by Even Rouault, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.