[C++ CLI] ZIP library

May 29, 2016 at 1:01pm
Hello, can i ask which library is best for creating zip files?

ANd next question, how can i convert String^ to TCHAR*. THanks a lot :)
May 29, 2016 at 2:20pm
Solved, im using System::IO::Compression, but new last question is what i need, how to get path from where my program start, i mean, where my executable is placed
May 29, 2016 at 2:28pm
SOLVED

System::IO::Path::GetDirectoryName(System::Reflection::Assembly::GetExecutingAssembly()->Location);
Topic archived. No new replies allowed.