Special type for files as entries in directories. Analogue of the 'dirent' structure type.
Creates an instance of a class from an existing file by its path.
Returns information about the properties of the file.
Checks if the file is a symbolic link to a directory. The check is recursive (if the link points to a link).
Inode serial number.
Path to file.
UNIX file type. See: enum FileType.
See Implementation
Special type for files as entries in directories. Analogue of the 'dirent' structure type.