# fs.Dirent

A representation of a directory entry, which can be a file or a subdirectory within the directory, as returned by reading from an <fs.Dir>. The directory entry is a combination of the file name and file type pairs.

NOTE: Titanium does not currently implement this type.

Availability
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.