FileSystem.GetLastModifiedDate(String) Method

Top 

Description

Time of last modification of the file or directory.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

FileSystem.GetLastModifiedDate(

String path)

 

 

Arguments

path


Description:

The path to the file or directory whose creation date is to be returned.

 

 

 

Return Value

Type:

timespan

Units:

day

 

 

Returns the last modified date of the file or directory specified by the path argument.

 

Syntax

myTimeSpan1 = FileSystem.GetLastModifiedDate(myString1);

 

 

See also

FileSystem Object

Interfacing with Files Guide