Suppose I have a Sharepoint Document Library that's read-only. I'm planning on writing a custom solution that will enable users to copy a file to remote file storage. How do I change the file to refer to its new location using the object model?
Basically I want to know whether I can update a SPFile location to point to an external location.