From the following quote taken from the javadoc.
FileTime creationTime() Returns the creation time. The creation time is the time that the file was created. If the file system implementation does not support a time stamp to indicate the time when the file was created then this method returns an implementation specific default value, typically the last-modified-time or a FileTime representing the epoch (1970-01-01T00:00:00Z).
Returns: a FileTime representing the time the file was created
I get the last-modified-time instead of the creation time. Is anybody else, having ubuntu 11.10, confirming that actually the Ubuntu 11.10 file system does not implement that function? Thanks in advance.