2019-11-25 08:04 PM - last edited on 2022-09-29 09:56 AM by Daniel Kassai
Solved! Go to Solution.
2019-11-26 01:56 PM
#include "FileSystem.hpp" IO::Location from (uniString1); IO::Location to (uniString2); IO::fileSystem.Copy (from, to);It's easier than converting
2019-11-26 09:27 AM
2019-11-26 01:19 PM
Tibor wrote:Hi
Hi,
Why do you want to convert the GS::UniString object to const char* or std::string?
Could you show us please the relevant part of your code?
Regards,
Tibor
2019-11-26 01:56 PM
#include "FileSystem.hpp" IO::Location from (uniString1); IO::Location to (uniString2); IO::fileSystem.Copy (from, to);It's easier than converting