LazUtils: Added GetLazNormalizedFilename / docs

This commit is contained in:
Martin 2024-12-10 16:58:54 +01:00
parent f856a8cc8c
commit 4008995d38

View File

@ -3804,6 +3804,17 @@ platform.
<short>File name for the event notification.</short>
</element>
<element name="GetLazNormalizedFilename">
<short>Gets a normalized form of the Filename</short>
<descr>
<p>
<var>GetLazNormalizedFilename </var> returns a normalized string for the filename
for non-representative purposes (e.g. comparison).The normalization isplatform-
and/or OS-specific. It consider whether the file system is case sensitive or when
UTF-8 encoding is supported.
</p>
</descr>
</element>
</module>
<!-- LazFileUtils -->
</package>