mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +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>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user