System.IOUtils.TDirectory.IsRelativePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function IsRelativePath(const Path: string): Boolean; inline; static;

C++

static bool __fastcall IsRelativePath(const System::UnicodeString Path);

Properties

Type Visibility Source Unit Parent
function public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils TDirectory

Description

IsRelativePath indicates whether the specified path is a relative path.

The IsRelativePath method returns True if the specified path is a relative path and False otherwise.