mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 22:59:08 +02:00
LazUtils: Added GetLazNormalizedFilename / docs
This commit is contained in:
parent
f856a8cc8c
commit
4008995d38
@ -3804,6 +3804,17 @@ platform.
|
|||||||
<short>File name for the event notification.</short>
|
<short>File name for the event notification.</short>
|
||||||
</element>
|
</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>
|
</module>
|
||||||
<!-- LazFileUtils -->
|
<!-- LazFileUtils -->
|
||||||
</package>
|
</package>
|
||||||
|
Loading…
Reference in New Issue
Block a user