> "reader" == reader <[EMAIL PROTECTED]> writes:
reader> I was using `use Cwd 'abs_path'; at first but someone said it
reader> shouldn't be necessary... turns out it is, unless user gives absolute
reader> names to File::Find. Apparently because File::Find cds to source
reader> directories to
[EMAIL PROTECTED] (Randal L. Schwartz) writes:
>> "reader" == reader <[EMAIL PROTECTED]> writes:
>
> reader> The output I'm getting is a relative name, and that is what I've fed
> reader> the find function. But still the docu seems to indicate it will
> reader> return the absolute (`complete
> "reader" == reader <[EMAIL PROTECTED]> writes:
reader> The output I'm getting is a relative name, and that is what I've fed
reader> the find function. But still the docu seems to indicate it will
reader> return the absolute (`complete' as above) file name.
No, "complete" is not "absolute"
On 12/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Near as I can tell, when looking at perldoc File::Find
> when used as a variable $File::Find::name it supposed to be the
> absolute filename
> The output I'm getting is a relative name, and that is what I've fed
> the find function. But