DirectoryEntry Class

Definition

Class that encapsulates the metadata of the directory entry

public class DirectoryEntry
type DirectoryEntry = class
Public Class DirectoryEntry
Inheritance
DirectoryEntry

Constructors

DirectoryEntry()

Default constructor

DirectoryEntry(String, String, Int64, String, String, Int64, Int64, String, String, Boolean, Int64)

Constructor that initializes each property

Properties

ExpiryTime

Instant when the file will expire

FullName

Full Path of the directory entry

Group

Group owner of the file or directory

HasAcl

Boolean indicating whether ACLs are set

LastAccessTime

Instant when the file was last accessed

LastModifiedTime

Instant when the file was last modified

Length

Size of the file. Zero for directory

Name

Name of the entry

Permission

Unix style permission string

Type

Type- File or directory

User

User owner of the file or directory

Applies to