J
JezB
From a windows application, I want to provide an "archive" facility which
will scan a specific directory and put specific files into some single
"Archive file", a bit like a zip-file I guess, but more windows standard.
Then I want to provide a function "Import from Archive" which will accept
the name of such an archive file, and be able to extract the files into some
(other) directory (though normally it will be imported on a different
machine that exported the file).
What is provided within the .NET framework to perform generic archiving and
recovery in this fashion ?
will scan a specific directory and put specific files into some single
"Archive file", a bit like a zip-file I guess, but more windows standard.
Then I want to provide a function "Import from Archive" which will accept
the name of such an archive file, and be able to extract the files into some
(other) directory (though normally it will be imported on a different
machine that exported the file).
What is provided within the .NET framework to perform generic archiving and
recovery in this fashion ?