Microsoft SDK for Java

FileEnumerator.getCreationTime

Retrieves the creation time of the current file.

Syntax

public Time getCreationTime()

Return Value

Returns a Time object representing the creation time of the current file. The returned value is null if the file system containing the file does not support this time information.

See Also   getLastAccessTime, getLastWriteTime

© 1999 Microsoft Corporation. All rights reserved. Terms of use.