I'm sorry if it sounded like I was implying that you hadn't searched.
RusselB, I wasn't taking offense. And looking back on it, I probably put my search into the 2nd "name" box instead of the "keyword" box.
[snip]
it probably makes sense to force $isdir() to automatically append a backslash to whatever you specify and treat it as a folder. Fixed for the next version.
Just wanted to mention that $isdir should append the backslash only if the existing argument isn't $null, ie:
/unset %asdfg
//echo -a $isdir(%asdfg)
... shouldn't be returning a true because $isdir(\) exists. Since $exists is used for both files and folders, I'm not sure what changes if any should be made for that function.