Walter.IO
Age Method
Walter.IO Assembly > Walter.IO Namespace > FileInfoExtensions Class : Age Method
The file for which to determine the age.
Calculates the duration since the last modification or creation of the specified file.
Syntax
public static TimeSpan Age( 
   FileInfo file
)

Parameters

file
The file for which to determine the age.

Return Value

A System.TimeSpan representing the time elapsed since the file was last written to or created. Returns System.TimeSpan.Zero if the file does not exist.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileInfoExtensions Class
FileInfoExtensions Members