| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |
file-dirname pathName
Retrieves the directory part of a path name.
pathName
or null if pathName has no parent directory.
pathName is comprised of just a base name
(e.g. "hello.com.pdmfc.tea.) then the parent directory is taken to be ".".
Some pathName may have no parent directory. This
is the case of root directories (e.g. "/" in unix, "c:\" in
windows).
| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |