I wrote a little copy tool in java to copy .mp3 files on my USB stick. When new files are copied, some file attributes are preserved, but not the creation time.
To copy
Take a look at: http://docs.oracle.com/javase/tutorial/essential/io/fileAttr.html#basic
It's possible to get and set files attributes like creation time.