How to get the file creation time in java?

S

sivasu.india

How to get the file creation time in java?,i have seen methods to get
the lastmodified time.But no methods to get the file creation time?
Can anyone help please?
 
A

Andrew Thompson

How to get the file creation time in java?,i have seen methods to get
the lastmodified time.But no methods to get the file creation time?

AFAIU - some OS's have no 'file creation date'
recorded - so core Java will probably not provide
'file creation date' in any form. If you need
it for a specific FileSystem, and the file system
supports it, you might need to write some native
code to retrieve it.

BTW - please put two spaces between each
sentence, and an Upper Case letter at the
start of each sentence.

Andrew T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,123
Latest member
Layne6498
Top