[Overview][Constants][Types][Procedures and functions][Variables] |
Is file a directory
Source position: linuxold.inc line 1601
function S_ISDIR( |
m: Word |
):Boolean; |
S_ISDIR checks the file mode m to see whether the file is a directory. If so it returns True
|
Retrieve information about a file |
|
|
Is file a symbolic link |
|
|
Is file a regular file |
|
|
Is file a character device |
|
|
Is file a block device |
|
|
Is file a FIFO |
|
|
Is file a unix socket |