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

FilePart

Returns the last component of a path

Declaration

Source position: amigados.pas line 2389

function FilePart(

  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 last component of the path.

Description

This function returns a pointer to the last component of a string path specification, which will normally be the file name. If there is only one component, it returns a pointer to the beginning of the string.

See also

PathPart

  

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

AddPart

  

Appends a file/dir to the end of a path


Documentation generated on: 2017-01-10