isFile property

bool isFile

True if this is info for a regular file. Mutually exclusive to DirEntry.isDirectory and DirEntry.isSymlink.

Implementation

bool get isFile => _delegate.isFile;