Microsoft SDK for Java

FileEnumerator.getLastWriteTime

Retrieves the last write time of the current file.

Syntax

public Time getLastWriteTime()

Return Value

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

See Also   getCreationTime, getLastAccessTime

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