[Overview][Constants][Types][Procedures and functions] Reference for unit 'BaseUnix' (#rtl)

FpRmdir

Remove a directory.

Declaration

Source position: line 0

function FpRmdir(

  path: pChar

):cInt;

function FpRmdir(

  path: AnsiString

):cInt;

Description

FpRmdir removes the directory Path from the system. The directory must be empty for this call to succeed, and the user must have the necessary permissions in the parent directory. Only the last component of the directory is removed, i.e. higher-lying directories are not removed.

On success, zero is returned. A nonzero return value indicates failure.

Errors

Extended error information can be retrieved using fpGetErrno.