Share via


FileSystemInfo.LastWriteTime Property

Gets or sets the time when the current file or directory was last written to.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

public DateTime LastWriteTime { get; }

Property Value

The time the current file was last written.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

FileSystemInfo Class
FileSystemInfo Members
System.IO Namespace