Hi Could someone show us how one could open 2 files, each in a different directory. I like to be able to access the latest 2 subdirectories in a Windows network folder. Eg x.txt in \\filer\a\032120081135 <file://filer/a/032120081135> <----- created on 03/21/2008 at 11:35 y.txt in \\filer\a\032020081100 <file://filer/a/032020081100> <----- created on 03/20/2008 at 11:00
Is there an ant task that would be suitable for this ? If this isn's possible, could cygwin do the job ? How would one do that ? Ultimately I like to read a few values from each of the files. Each file has the structure 3 4 Thanks