Top index Wirbel home

fs::file_type_l

file_type_l(string f) - determine type of a file, do not follow symbolic links

file_type_l(string f) behaves exactly like file_type, but does not follow symbolic links. It will return `symlink if called with a symbolic link's filename.

See also

file_type