![]() |
Re: Ordner einer Datei öffnen
Hallo,
hast du es schon mal mit
Delphi-Quellcode:
bzw. alternativ
ShellExecute(Application.Handle, 'explore', nil, PChar(ExtractFilePath(Speichern.FileName)), nil, SW_ShowNormal);
Delphi-Quellcode:
probiert?
ShellExecute(Application.Handle, nil, 'explorer.exe', PChar(ExtractFilePath(Speichern.FileName)), nil, SW_ShowNormal);
Gruß, ManuMF |
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:15 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 by Thomas Breitkreuz