$findfilen » History » Version 1
Per Amundsen, 08/15/2014 09:04 AM
1 | 1 | Per Amundsen | _Added in 1.9.4_ |
---|---|---|---|
2 | |||
3 | *$findfilen* |
||
4 | |||
5 | returns the N'th position of the file that was found in a [[$findfile]] search. |
||
6 | |||
7 | *Example* |
||
8 | |||
9 | <pre> |
||
10 | //echo -ag First log found was: $findfile($logdir,*.log,1) and it was found at position: $findfilen |
||
11 | </pre> |