mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 21:00:38 +01:00
lazfileutils: added windows function SHGetFolderPathUTF8
git-svn-id: trunk@51882 -
This commit is contained in:
parent
69de6012ba
commit
8466e84d66
@ -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 '.'.
|
The single dot './A' is resolved to 'A', but a single '.' is kept as '.'.
|
||||||
</descr>
|
</descr>
|
||||||
</element>
|
</element>
|
||||||
|
<element name="SHGetFolderPathUTF8"><short>Works as the WinAPI function SHGetFolderPathW, except it returns an UTF8 encoded string.</short>
|
||||||
|
</element>
|
||||||
</module> <!-- LazFileUtils -->
|
</module> <!-- LazFileUtils -->
|
||||||
|
|
||||||
</package>
|
</package>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user