Hello,

I wonder if the $folder identifier can be added on the mIRC that will return some useful output results with some props too, like $file identifier.

Props: .size - .mtime - .longfn - .shortfn - .attr

e.g: $folder($mircdir).size
output: 1334784

e.g2: $folder($mircdir).mtime
output: 1403816309

e.g3: $folder($mircdir).longfn
output: C:\Users\Dimitris\Documents\mIRC\

e.g4: $folder($mircdir).shortfn
output: C:\Users\Dimitris\DOCUME~1\mIRC\

e.g5: $folder($mircdir).attr
output: ar

- Thanks!