Top index Wirbel home

fs::is_directory

is_directory(path) - check if path exists and is a directory

is_directory(path) returns true if path points an existing directory. If path is a symbolic link, it will be followed.

See also

is_blockdev, is_chardev, is_fifo, is_file, is_socket, is_symlink