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

fpfStatFS

Retrieve filesystem information.

Declaration

Source position: unxsysch.inc line 18

function fpfStatFS(

  Fd: cint;

  Info: pstatfs

):cint;

Description

fpStatFS returns in Info information about the filesystem on which the open file descriptor fd resides. Info is of type tstatfs. The function returns 0 if the call was succesfull, or an error code if the call failed.

Errors

On error, a non-zero error code is returned

See also

fpStatFS

  

Retrieve filesystem information.

#rtl.baseunix.fpfStat

  

Retrieve file information about a file descriptor.


Documentation generated on: Nov 14 2015