FileSystem.GetCreationDate(String) Method

Top 

Description

Gets the time of creation of the file or directory located at path.

 

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.GetCreationDate(

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 creation date of the file or directory.

 

Syntax

myTimeSpan1 = FileSystem.GetCreationDate(myString1);

 

 

See also

FileSystem Object

Interfacing with Files Guide