Constructs a DirEntry for the given file (or directory).
Returns the attributes of the file represented by this DirEntry.
Returns whether the file represented by this DirEntry is a directory.
Returns whether the file represented by this DirEntry is a file.
Returns whether the file represented by this DirEntry is a symbolic link.
On POSIX systems, if the file represented by this DirEntry is a symbolic link, then linkAttributes are the attributes of the symbolic link itself. Otherwise, linkAttributes is identical to attributes.
Returns the path to the file represented by this DirEntry.
Returns the size of the file represented by this DirEntry in bytes.
This function is POSIX-Only.
This function is Windows-Only.
Returns the time that the file represented by this DirEntry was last accessed.
Returns the time that the file represented by this DirEntry was last modified.
This function is POSIX-Only.
Info on a file, similar to what you'd get from stat on a POSIX system.