File types

There is a wide variety of checks which we can use to get information about a file and the filesystem. They have been explained in this lesson.

We'll cover the following...

By using the following predicates, you can easily ask for the type of file.

{title=“The file types of the filesystem”}

file types Description
is_block_file Checks if the path refers
...