Restore folder to previous version?
-
Hi, i search for an function to restore folder content to previous status/version? I mean, if i add new files to folder, i need in some cases to restore a status before adding new files!? Restore to previous version? Is there an API to use for that or some sample code?? Simple single deletion of any each file is not the way, because there can be many files added(hundreds)! Thanks for any help!
-
Hi, i search for an function to restore folder content to previous status/version? I mean, if i add new files to folder, i need in some cases to restore a status before adding new files!? Restore to previous version? Is there an API to use for that or some sample code?? Simple single deletion of any each file is not the way, because there can be many files added(hundreds)! Thanks for any help!
bosfan wrote:
i search for an function to restore folder content to previous status/version?
I mean, if i add new files to folder, i need in some cases to restore a status before adding new files!?
Restore to previous version?
Is there an API to use for that or some sample code??No such API exists.
bosfan wrote:
Simple single deletion of any each file is not the way, because there can be many files added(hundreds)!
You can use
SHFileOperation()
with wildcards."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
-
bosfan wrote:
i search for an function to restore folder content to previous status/version?
I mean, if i add new files to folder, i need in some cases to restore a status before adding new files!?
Restore to previous version?
Is there an API to use for that or some sample code??No such API exists.
bosfan wrote:
Simple single deletion of any each file is not the way, because there can be many files added(hundreds)!
You can use
SHFileOperation()
with wildcards."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
-
Hi, i search for an function to restore folder content to previous status/version? I mean, if i add new files to folder, i need in some cases to restore a status before adding new files!? Restore to previous version? Is there an API to use for that or some sample code?? Simple single deletion of any each file is not the way, because there can be many files added(hundreds)! Thanks for any help!
-
If functionality provided by the operating system is not sufficient, you might consider using software revision control for your files or differential backup with your prefered tool.
Philippe Mori