Is this possible (saving issue)

I want flash to take me to numerous documents so it can save them for me from an external website if put together something what i would have thought would have worked but hasnt can you do it anyway?

saveUrlAs(photoUrl) {
photoUrl = “http://www.apec-braking.co.uk/images/Large/SHU-407.jpg”;
filePath = “C:/DOCS/PICS/”;
saveUrlAs(photoUrl, filePath);
}

pete :thumb2: