![]() |
Pfadangabe
Ich weiß ist mal wieder irgendwas total simples. Ich hab auch schon im Forum gesucht und die Delphi Hilfe bemüht.
Aber nun zum Eigentlichen: Ich möchte auf ein Bild zu greifen welches im Ordner der exe-Datei liegt. Ist es möglich das ich das einfach so aufruf: '/bild.bmp' Ich weiß halt nicht wo der Benutzer den Ordner hin tut. |
Re: Pfadangabe
ExtractFilePath(ParamStr(0)) + 'bild.bmp'
mfg burn |
Re: Pfadangabe
Hi bonsaikatze,
Zitat:
Noch eine kleine Ergänzung zu burn:
Delphi-Quellcode:
ExtractFilePath(Application.ExeName) + 'bild.bmp'
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:39 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