$findfilen » History » Version 3
Per Amundsen, 08/10/2015 08:58 AM
1 | 1 | Per Amundsen | _Added in 1.9.4_ |
---|---|---|---|
2 | |||
3 | *$findfilen* |
||
4 | |||
5 | 3 | Per Amundsen | Returns the Nth position of the file that was found in a [[$findfile]] search. |
6 | 1 | Per Amundsen | |
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> |