FileInfo.hidden

True if the file's hidden attribute is set.

On systems that don't support a hidden attribute, any file starting with a single dot will be treated as hidden.

struct FileInfo
bool hidden;

Meta