I'm moving some articles from the concrete5 to wordpress using xml. The issue which I'm having has to do with the location of the image. I want to write a script that will read all the posts of the xml and replace the src path of the an image, with the actual image url path. The format of an image on the xml has the following format.
http://www.local.app/download_file/view_inline/2040/
The 2040 is the image ID of the where the following url is the actual url path of that image.
http://www.local.app/files/9014/6667/7722/IMG_2417.JPG
How concrete generate this "9014/6667/7722"? I want to understand the file structure for images for concrete 5. Thank you