$nofile » History » Version 1
Per Amundsen, 08/11/2015 06:17 AM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | *$nofile(filename)* |
||
4 | |||
5 | Returns the path in filename without the actual filename. |
||
6 | |||
7 | *Example* |
||
8 | |||
9 | <pre> |
||
10 | ; Print the path 'c:\windows\notepad.exe' without the filename. |
||
11 | //echo -ag $nofile(c:\windows\notepad.exe) |
||
12 | </pre> |