[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Folder recursion and recognition problem



At 2:02 PM 6/3/96, Hal Wine wrote:

>
>This means you should either:
>a) do a chdir() to the supplied directory, then always do an opendir()
>on the current directory (':' for Mac, '.' for unix/dos).  Or,
>b) always prepend the directory to the filename returned by readdir().
>

That did it! Thanks from a MacPerl newbie!

Ben