From 4008995d38da45657225f16587d3ae1cb9a4afe3 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 10 Dec 2024 16:58:54 +0100 Subject: [PATCH] LazUtils: Added GetLazNormalizedFilename / docs --- docs/xml/lazutils/lazfileutils.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/xml/lazutils/lazfileutils.xml b/docs/xml/lazutils/lazfileutils.xml index 48a882129b..d59a07c425 100644 --- a/docs/xml/lazutils/lazfileutils.xml +++ b/docs/xml/lazutils/lazfileutils.xml @@ -3804,6 +3804,17 @@ platform. File name for the event notification. + +Gets a normalized form of the Filename + +

+GetLazNormalizedFilename 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. +

+
+