I have a esri file geodatabase with a raster dataset. How can I find out which physical file the dataset is referring to?
(I am retrieving the file geodatabase through the internet. It all seems to go well, but the raster dataset is missing in the file database after retrieval. Zipping the file geodatabase before "transport" solves this problem. To debug the issue I want to see which physical files are missing/different between the zipped and not zipped databases.)

