View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DonW[_2_] DonW[_2_] is offline
external usenet poster
 
Posts: 10
Default Help with getting filenames & then checking for new

Hey all,

I have a number of files on a server (in different directories) that are
periodically updated/added to by other users.

(1) I need to programatically build a list of those filenames and then
(2) to compare the above list to what's on the server and if any are new (on
the server) to get the new filename(s) and file parameters
(such as if it were a music list, then filename, artist, modified date,
etc., etc.).

I'm really hoping I don't have to type all of the current filenames and
parameters into the list first.

Thanks sooooooo much for any help,
Don