Kevin Zembower wrote: > > I think the failure is due to the different ways spaces in file names > are treated in Windows vs. Unix. In Window's, they're allowed, in Unix, > a space is a delimiter between files in a list.
AFAIK Unix file system names can contain any ASCII character EXCEPT "\0" and "/". "\0" because Unix is written in C and C "strings" use "\0" as the terminating character and "/" because that is used as the separator between file system names. John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]