$findfilen » History » Version 2
Per Amundsen, 08/15/2014 09:06 AM
1 | 1 | Per Amundsen | _Added in 1.9.4_ |
---|---|---|---|
2 | |||
3 | *$findfilen* |
||
4 | |||
5 | 2 | Per Amundsen | Returns the N'th 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> |