name: dirOf args: [s] renameInGlobalScope: false
Return the directory part of the string s, that is, everything
before the final slash in the string. This is similar to the GNU
dirname command.
Return the directory part of the string s, that is, everything
before the final slash in the string. This is similar to the GNU
dirname command.