Quite simple really, I'd like an identifier internal to $findfile()/$finddir() which returns the entire pathname. The difference from $1- being that this would retain consecutive spaces, which $1- by it's design does not.

Before someone suggests using $findfile(...,$longfn($1)).shortfn I'll point out that this will fail on NTFS volumes with short filenames disabled.