PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center