Friday, 15 May 2015

c# - Programmatically copy in-use files -


In my C # code I want to be able to use some shadow copy so that the files used by others The process can be copied.

I have seen that the solutions are present on the web, in the enterprise or command line tool. But can it be programmed to copy a simple file copy?

It appears that what you want to do. The sample file VssBackup.cs is exactly what you want to do.

This class charges some simple VSS logic. Its goal is to allow a user to back up a file with a shadow copy (presumably because that file is otherwise unavailable on the volume of his home)


No comments:

Post a Comment