[GIS] Unmanaged Raster Catalog Relative Paths

arcgis-10.0arcgis-desktopfile pathraster-catalog

Is it possible to store relative paths in an unmanaged raster catalog?

What I want to do:

C:\Folder\File.gdb
    UnmanagedRasterCatalog1
        ..\..\Data\MyRaster\Raster.File

C:\Data
    MyRaster
        Raster.File  

I see this feature request which leads me to believe it's not possible:

When I use the Repair Raster Catalog Paths tool it accepts a relative path as the new path parameter but when I export the paths using the Export Raster Catalog Paths tool the paths are the full path. So it looks like it is resolving the full path and putting that in instead of the relative path.

Repair Raster Catalog Paths tool

enter image description here

Export Raster Catalog Paths output

enter image description here

Best Answer

A workaround may be to use UNC path, by sharing the folder on the network: \MachineName\SharedFolder...

Related Question