Tagged Questions
3
votes
3answers
2k views
Opening a file's Shadow Copy if the current copy is in use
I'm trying to backup files on a server, but some of them are in use and cannot be opened. Instead, I'd like to open their shadow copy if the current copy is in use. How can I do this?
For reference, ...