dirname
From DavinciWiki
|
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 1.73 64-bit Safe: No
Description Return the directory portion of a pathname.
Arguments and Return Values Arguments: A string containing a path Return Value: A substring of the input
Usage Syntax: dirname(object = STRING / TEXT)
Examples dv> a "/work/themis/data/test.qub" dv> b = dirname(a) "/work/themis/data" |
DavinciWiki Mini-Nav Bar Contents Contact Developers
All other topics
Related Functions Modified On: 03-23-2006 |
