java - file creation time of the files transferred. Get file by FIFO -


is there way in linux change creation/last access time/last modified time default, whenever new files transferred or copied.

currently, need poll directory files , process files first in first out basis (fifo).

if files transferred different environments eg: windows (with time stamp preserved), file time file creation time default.

so while polling, list of files & if try sort files time , earliest file arrived, file created earlier, not transferred earlier.

is there setting in linux can force setting file creation times incoming files.

or possible how file drop time in java while polling.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -