File.is_directory
is_directory
Group: Metadata
Documentation
Checks whether the file exists and is a directory.
Examples
Check if a file is a directory.
import Standard.Examples
example_is_directory = Examples.csv.is_directory
Remarks
Data Links
If the file is a data link, this checks whether the target of the data link is a directory.