Hi,
You shall have a database , which save the path with the current data context.
For example , you create a gallery applicaiton,
You want to peope upload images
So you shall have a 'photo-id'
Before you move the file , you shall shave the 'photo-id' , and the file path to the database.
And list the photos from database .
Once you move the file , you shall not use mvcfile object anymore.
Regards,
Terry