Parent
<evalcmd> Parent && path && Parent of specified path. && path && path && File or folder path. && [levels] && int && Number of levels up to go. </evalcmd>
Returns the parent of the specified path (i.e. the input path with the final component removed).
The optional levels argument lets you go up more than one level.
Output(Parent("C:\one\two\file.jpg"));
--> C:\one\two
最后更新于