CreationDate Property (FileInfo)

Class

FileInfo.

Action

Gets the date at which the file or directory was created.

Syntax

C#

public DateTime CreationDate { get; }

VB

Public Read Property CreationDate As DateTime

Access

Read only.