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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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:

number

Units:

day

 

 

Returns the creation date of the file or directory.

 

Syntax

myVariable1 = FileSystem.GetCreationDate(myString1);

 

 

See also

FileSystem Object

Interfacing with Files Guide