System.SysUtils.IsRelativePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsRelativePath(const Path: string): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsRelativePath(const System::UnicodeString Path);

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Indicates whether the specified path is a relative path.

If the specified path doesn't exist, then IsRelativePath returns False.

See Also