Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

PathPart

Returns a pointer to the end of the next-to-last component of a path.

Declaration

Source position: amigados.pas line 1691

function PathPart(

  const path: pCHAR

):pCHAR;

function PathPart(

  const path: string

):pCHAR;

Arguments

path

  

Pointer to an path string. May be relative to the current directory or the current disk.

Function result

Pointer to the end of the next-to-last component of the path.

Arguments

path

  

Pointer to an path string. May be relative to the current directory or the current disk.

Description

This function returns a pointer to the character after the next-to-last component of a path specification, which will normally be the directory name. If there is only one component, it returns a pointer to the beginning of the string. The only real difference between this and FilePart() is the handling of '/'.

See also

FilePart

  

Returns the last component of a path

AddPart

  

Appends a file/dir to the end of a path


Documentation generated on: 2021-07-30