Hi jpols, looking at shawns code, I can say that he's comparing two files and determining which one is older.

Here's my question..

Instead of doing this:

quote:

$file1 = "C:\KIX32\KIXREF.EXE"
$file2 = "C:\KIX32\KIX32.EXE"


Can you do this: ??
quote:

$files_folders = "C:\KIX32\*.*"

[ 27 September 2001: Message edited by: jvd626 ]