dirname
- 网络目录名;返回路径中的目录部分
-
The dirname () function returns the directory name from a path .
函数的作用是:返回路径中的目录名称。
-
Each path element contains a single dirname element , so the code searches for elements named dirname and grabs the first entry .
每个path元素包含了一个dirname元素,所以代码搜索名称为dirname的元素,并获取其中的第一个条目。
-
By default , if dirname does not include wildcards , RAR adds its contents even ifr switch is not specified .
缺省状态下如果目录名称不包含通配符,即使未指定-r开关,RAR也添加它的内容。
-
While basename and dirname are great tools , there are times where we may need to perform more advanced string " chopping " operations than just standard pathname manipulations .
尽管basename和dirname是很好的工具,但有时可能需要执行更高级的字符串“截断”,而不只是标准的路径名操作。
-
This returns a3-tuple of ( dirname , dirs , files ) for each directory in the source tree which you will use to feed your processDirectory method ( see the full listing in Download ) .
这将为源文件系统树中的每个目录返回一个“三元组”(dirname、dirs和files),您将使用这个三元组来供给您的processDirectory方法(参见下载中的完整清单)。