IncludeTrailingPathdelimiter (rtl)
De Wiki1000
(Différences entre les versions)
Ligne 1 : | Ligne 1 : | ||
− | |||
<source lang='delphi'>Function IncludeTrailingPathdelimiter(const S:string):string;</source> | <source lang='delphi'>Function IncludeTrailingPathdelimiter(const S:string):string;</source> | ||
− | + | Cette fonction inclue un caractère séparateur de chamin à la fin de la chaîne. | |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
|Result | |Result | ||
− | | | + | |La chaîne avec un séparateur de chemin en fin. |
|- | |- | ||
|S | |S | ||
− | | | + | |Une chaîne |
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
Ligne 24 : | Ligne 20 : | ||
Voir aussi: | Voir aussi: | ||
+ | |||
+ | *[[ExcludeTrailingPathdelimiter (rtl)|ExcludeTrailingPathdelimiter]] | ||
{{Footer|Développement DSM}} | {{Footer|Développement DSM}} | ||
[[category:RTL Fichiers]] | [[category:RTL Fichiers]] |
Version actuelle en date du 14 août 2009 à 10:17
Function IncludeTrailingPathdelimiter(const S:string):string;
Cette fonction inclue un caractère séparateur de chamin à la fin de la chaîne.
Result | La chaîne avec un séparateur de chemin en fin. |
S | Une chaîne |
Exemple
begin end;
Voir aussi: