What I've accomplished so far:
Build an email that lists all files selected on the remote side of the site
window.

What I'm trying to do:
Of the files/folders selected on the remote side of the site window, get a
list of the ones that are checked out. From that list I want to get the
details (Check Out Name & Email Address) for each checked out file. Note that
the user might NOT have the remote selected file on their local drive.

What I've tried:
site.getCheckOutUserForFile() - I can't seem to get this to work. The example
code I'm using is below but from the looks of it wouldn't work anyways as it
references a local path???

Any ideas on how to do this?

-------------------------------------------------------------------
Code:

alert("user info: " +
site.getCheckOutUserForFile("file://E:/webs_local_/english/crops/facts/00-007.ht
m"));