Einzelnen Beitrag anzeigen

Benutzerbild von Matze
Matze
(Co-Admin)

Registriert seit: 7. Jul 2003
Ort: Schwabenländle
14.929 Beiträge
 
Turbo Delphi für Win32
 
#25

Re: Windows 98 und Shellexecute

  Alt 15. Okt 2004, 12:52
Zitat von SubData:
heißt das nich ExtractFilePath?
Zitat von OH (Diamondback):
Extracts the drive and directory parts from FileName.

Namespace
SysUtils

Syntax

[Delphi] function ExtractFileDir(const FileName: string): string;

Description

The resulting string is a directory name suitable for passing to the CreateDir, GetCurrentDir, RemoveDir, and SetCurrentDir functions. This string is empty if FileName contains no drive and directory parts.
  Mit Zitat antworten Zitat