Copy link to clipboard
Copied
Hello all,
Copy link to clipboard
Copied
In the C++ world you have to initalize alias to 'utxt' before retreiving the value in order to get the unicode path back. E.g.:
Handle pathAlias(reinterpret_cast<Handle>('utxt'));
sPSActionDescriptor->GetAlias(desc, keyFileReference, pathAlias)
etc
Copy link to clipboard
Copied
Hello ilvar,
Thank you for your reply, but now the function AliasToFullPath always return 'txtu6' string.
What do you think about it?
Copy link to clipboard
Copied
On Win platform try skipping first 12 bytes.
Copy link to clipboard
Copied
Hello Ilya,
Thanks a lot, it is look like little trick .
Copy link to clipboard
Copied
Awesome. Glad it helped.
Copy link to clipboard
Copied
Answered!