lazfileutils: added windows function SHGetFolderPathUTF8

git-svn-id: trunk@51882 -
This commit is contained in:
mattias 2016-03-09 13:22:29 +00:00
parent 69de6012ba
commit 8466e84d66

View File

@ -1105,6 +1105,8 @@ It resolves 'A/../B' to 'B', which might be wrong under Unix if A is a symlink.
The single dot './A' is resolved to 'A', but a single '.' is kept as '.'.
</descr>
</element>
<element name="SHGetFolderPathUTF8"><short>Works as the WinAPI function SHGetFolderPathW, except it returns an UTF8 encoded string.</short>
</element>
</module> <!-- LazFileUtils -->
</package>