$findfilen » History » Revision 2
Revision 1 (Per Amundsen, 08/15/2014 09:04 AM) → Revision 2/3 (Per Amundsen, 08/15/2014 09:06 AM)
_Added in 1.9.4_ *$findfilen* Returns returns the N'th position of the file that was found in a [[$findfile]] search. *Example* <pre> //echo -ag First log found was: $findfile($logdir,*.log,1) and it was found at position: $findfilen </pre>