[MacPerl] Disabling modal Mount volume dialog

2004-05-25 Thread ladh
Hello all, I'm using MacPerl 5.2.0 on Mac OS 9.2, and I'm writing a script to compare files in 2 different folders. Some of these files are aliases (symlinks) to files located on a different volume that would need to be mounted to access the original files. The problematic aliases are those t

Re: [MacPerl] Disabling modal Mount volume dialog

2004-05-25 Thread ladh
Hello all, I'm using MacPerl 5.2.0 on Mac OS 9.2, and I'm writing a script to compare files in 2 different folders. Some of these files are aliases (symlinks) to files located on a different volume that would need to be mounted to access the original files. The problematic aliases are those t

Re: [MacPerl] Disabling modal Mount volume dialog

2004-05-25 Thread ladh
At 11:32 -0600 2004.05.25, ladh wrote: Yes, I'm using -l test too, but in my main loop I'm testing for a file/directory presence and depending on the result I recurs into the subroutine to check the contents of the sub-directory or examine the file. I guess I would have to modify this