vote up 1 vote down star
1

Does anyone have sample code to copy open (in-use and locked by another program) files using Volume Shadow Copy Service (VSS) API?

There was an article about this in The Delphi Magazine (September 2005). But that code is no longer available and even if it was, it's not current.

I am looking for sample code that works with current version of Volume Shadow Copy service libraries.

flag

Why would Volume Shadow Copy Service be abbreviated as VSS instead of VSCS? VSS is commonly used as an abbreviation for (Visual) SourceSafe. – Kyralessa Nov 12 '08 at 14:29
I know it sounds strange, but Microsoft abbreviates it as VSS. See: msdn.microsoft.com/en-us/library/… – gingersnap Nov 12 '08 at 16:13
I have both, the article and the code. Can this be of any help for you? – Uwe Raabe Nov 12 '08 at 18:54
1  
Sure, it would be a good starting point. I will have to update it to the current versions of the library. – gingersnap Nov 13 '08 at 16:49
did you found my answer? you may accept it. then this message isnt display anymore under open questions – Bernd Ott Feb 25 at 23:30
show 1 more comment

1 Answer

vote up 1 vote down check

there is a digital edition on usb stick of the "The Delphi Magazine". you can order that on their webpage.

maybe someone has created a torrent of that stick.

update

i found that sample here: http://www.google.com/codesearch/p?hl=de#XIdFp1PskBE/VSS/VssAPI.pas

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.