0

I am having a wstring and I need to convert the string to LPWSTR array

wstring pathStr = L"C:/abc/xyz/example.txt";
LPWSTR path[260];

I need to assign the wstring variable "pathStr" to LPWSTR array.

user3607195
  • 41
  • 1
  • 7

0 Answers0