Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

fpS_ISDIR

Is file a directory.

Declaration

Source position: bunxovlh.inc line 83

function fpS_ISDIR(

  m: TMode

):Boolean;

Description

fpS_ISDIR checks the file mode m to see whether the file is a directory. If so, it returns True

See also

FpFStat

  

Retrieve file information about a file descriptor.

FpS_ISLNK

  

Is file a symbolic link.

FpS_ISREG

  

Is file a regular file.

FpS_ISCHR

  

Is file a character device.

FpS_ISBLK

  

Is file a block device.

fpS_ISFIFO

  

Is file a FIFO.

FpS_ISSOCK

  

Is file a Unix socket.


Documentation generated on: Jul 24 2023