Print

Print


Hi Andy,

2011/4/13 Andrew Hanushevsky <[log in to unmask]>:
> Doesn't seem to be a bug but a misunderstanding. I don't know what exists
> does but whatever it does it probably asks xrootd to give it files that are
> "only online"

   existfile does kXR_statx. It returns false if kXR_isDir, kXR_other
or kXR_offline bits are lit, and true otherwise


> Again, I don't know what isfileonline does;

   it also does kXR_statx, returns false if kXR_offline bit is lit and
true otherwise.

Cheers,
   Lukasz