Delphi-PRAXiS
Seite 2 von 2     12

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi ExcludeTrailingPathDelimiter defekt (https://www.delphipraxis.net/189225-excludetrailingpathdelimiter-defekt.html)

Sir Rufo 20. Mai 2016 09:55

AW: ExcludeTrailingPathDelimiter defekt
 
Ich denke mal das Gewünschte kann man so erreichen
Delphi-Quellcode:
function EnsureDir( const s: string ): string;
begin
  Result := ExtractDir( IncludeTrailingPathDelimiter( s ) );
end;
:stupid:


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:59 Uhr.
Seite 2 von 2     12

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz