[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

PathPart

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

Declaration

Source position: amigados.pas line 2390

function PathPart(

  const Path: STRPTR

):STRPTR;

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.

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: 2017-01-10