Show / Hide Table of Contents

Class FEFile

Contains name and other main properties of a file or subdirectory retrieved by filesystem.enumerate. The values are not changed after creating the variable.

public class FEFile

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
FEFile

Properties

Name Description
Attributes
CreationTimeUtc
Extension

Gets filename extension. Returns "" if directory.

FullPath

Gets full path.

IsDirectory

It is a directory. Or a NTFS link to a directory (see FEFile.IsNtfsLink).

IsNtfsLink

It is a NTFS link, such as symbolic link or mount point. Don't confuse with shell links (shortcuts).

LastWriteTimeUtc
Level

Descendant level. 0 if direct child of the directory (directoryPath), 1 if child of child, and so on.

Name

Gets file name. Or relative path if used FEFlags.NeedRelativePaths.

ReparseTag

WIN32_FIND_DATA .dwReserved0.

Size

Returns file size. For directories it is usually 0.

Methods

Name Description
ToString()

Returns FEFile.FullPath.