Is there another Java method that will return every Date Time Stamp for a list of files on UNIX/Linu
This is the code I have but this method ".lastModified()" only retrieves the last modified Date from the list of files. The user's want the current date time stamp for each files listed. I looked at all the methods in this class java.io.File and could not find another method that would return a date, also looked at the list of classes under java.io and was not sure if one of these classes would return file lists?
method GetFileList2
/+ &strPath as String +/
/+ Returns Array of String +/
/* Local variables */
Local integer &iLoop;
Local JavaObject &joFile;
Local JavaObject &arrFiles;
Local JavaObject &arrRef;