Checks if a path is relative
Source position: fpmkunit.pp line 1696
function IsRelativePath( |
const APath: string |
):Boolean; |
APath |
|
File path to check |
Whether the path is relative
IsRelativePath determines whether a file path is relative or absolute by examining its format. This function provides platform-aware path type detection for build system operations.
The function returns True for relative paths and False for absolute paths.