JCL Help:PathIsAbsolute

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests if a path is an absolute path.


Pascal

 function PathIsAbsolute(const Path: string): Boolean;


Parameters

Parameters Description
const Path: string The path to test.


Return Value

If the path is an absolute path the function returns True, otherwise it returns False.


Description

PathIsAbsolute tests whether the supplied path is an absolute path. An absolute path in this context is a path which specifies a drive of the form 'c:' or, under Linux, starts with a '/' character.


See Also

PathIsDiskDevice PathIsUnc


About

Unit

JclFileUtils


Donator

Robert Marquardt


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page