NEST HelpDesk | Command Index | NEST Quick Reference |
dirname - strip last component from file nameSynopsis:
string dirname -> stringExamples:
(./../test/dir/foo.sli) dirname -> (./../test/dir)Description:
Print NAME with its trailing /component removed;Parameters:
if NAME contains no /'s, output `.' (meaning the current directory).
string: Name of the directoryAuthor:
Yury V. Zaytsev and Jochen M. EpplerFirstVersion:
November 2012Source:
/opt/conda/conda-bld/nest_1510212701067/work/nest-2.14.0/lib/sli/filesystem.sli
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative