$finddirn » History » Version 2
Per Amundsen, 08/10/2015 08:58 AM
1 | 1 | Per Amundsen | _Added in 1.9.4_ |
---|---|---|---|
2 | |||
3 | *$finddirn* |
||
4 | |||
5 | 2 | Per Amundsen | Returns the Nth position of the directory that was found in a [[$finddir]] search. |
6 | 1 | Per Amundsen | |
7 | *Example* |
||
8 | |||
9 | <pre> |
||
10 | //echo -ag First sub folder found was: $finddir(c:\,*,1) and it was found at position: $finddirn |
||
11 | </pre> |