stat-type
Name
stat-type -- Get the type of the stat buffer.
Type: function
Synopsis
Arguments
- buf
An instance of <stat-buf>
Return Values
- type
An instance of <symbol>
Description
Returns a symbol indicating the type of the stat'ed file.
The returned symbol is one of directory, regular,
fifo, character-special, or block-special. #f may also
be returned if the type is not recognized (ie, for symbol
links stat'ed using lstat.)