Re: I have a list of Directories and FIles, how do I sort them out

2001-08-16 Thread Vincent Lim
Thanks Steven, Sorry about the missing code and program exposition. Please see my "A Variant on the Recursive Copy - Funny Problem thread". Best regards. Vincent Lim Steve Howard wrote: > It might be helpful if you posted at least the part of the code that is > having trouble

A Variant on the Recursive Copy - Funny Problem

2001-08-16 Thread Vincent Lim
Hello All, I am currently developing a script on Perl 5.001 in Windows 2000 but targeted for WIndows NT 4.0. I have scan through the list and seen the answer on File::*. Unfortunately, the perl version I have does not have the FIle::Path module (or is it?). Here's the purpose of my script. Th

I have a list of Directories and FIles, how do I sort them out

2001-08-15 Thread Vincent Lim
Hello, I have a listing of directories and files in a root directory which I need to recreate at another Windows NT DOS shell machine. The alogrithm I have implemented in general works like this: # check if the listing exist in target machine # if exist, check if it is a file in target machi