IsAbsolute

<< Click to Display Table of Contents >>

Navigation:  Classes > TFilePath > Methods >

IsAbsolute

SIGNATURE=IWFilePath.TFilePath.IsAbsolute@string

 

ETYPE=Method

 

Declaration:

Delphi:

public class function IsAbsolute(const APath: string): Boolean;

C++:

public: __fastcall bool IsAbsolute(const String APath);

 

Description: This is IsAbsolute, a member of class TFilePath.