![]() |
AW: Funktion erweitern
oder die IF-Abfrage direkt in das While integriert:
Delphi-Quellcode:
Dateipfad := '';
Node := TreeView1.Selected; while Assigned(Node) and Assigned(Node.Parent) do begin Dateipfad := Node.Text + '\' + Dateipfad; Node := Node.Parent; end; Dateipfad := IncludeTrailingPathDelimiter(Hauptpfad) + ExcludeTrailingPathDelimiter(Dateipfad); |
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:06 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz