Is there a simple way to convert a LPWSTR to std::string?
My problem: I have a filepath as an LPWSTR and I want to use the methods from the string class to manipulate the path.
Maybe another way to answer my problem: Are there alternate methods for the LPWSTR that are found in the string class?