core :: NativeFileStat :: is_dir
# Returns true if it is a directory fun is_dir: Bool `{ return S_ISDIR(self->st_mode); `}