相约 2023 年 BazelCon 将于 10 月 24 日至 25 日在 Google 慕尼黑举办!了解详情
路径
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
报告问题open_in_new
查看源代码open_in_new
表示要在代码库内使用的文件的结构。
会员
基名
string path.basename
一个字符串,用于指定文件的基名。
dirname
path path.dirname
此文件的父级目录;如果此文件没有父级,则为 None。
可能会返回
None
。
存在
bool path.exists
如果此路径指示的文件存在,则返回 true。
get_child
path path.get_child(*relative_paths)
返回将此路径与给定的相对路径联接起来而获得的路径。
参数
参数 |
说明 |
relative_paths
|
必需
要附加到此路径的零个或多个相对路径字符串,并根据需要添加路径分隔符。
|
Readdir
list path.readdir()
此路径指示的目录中的条目列表。
Realpath
path path.realpath
通过重复将所有符号链接替换为其参照项,返回此路径的规范路径。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-04-17。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]