Getting image path from a loader object

Hi
I have a loader object in a movieclip where I am loading images using loop and fetching data from XML file. Finally, when all the images are loaded, I want to save the loaded images path in an array.

I tried to get the images path using loader.contentLoaderInfo.url.This is working but it returns me the entire path like (file:///D|/salim/…png). Is there any way by which, I could get the image name only and not the entire path.

Regards,
Salim