path:Janet 的路径操作库

时间:2021-05-29 10:47:27
【文件属性】:
文件名称:path:Janet 的路径操作库
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-29 10:47:27
路径.janet Janet 的简单路径操作模块。 支持在任何平台上操作windows和posix路径,并提供根据当前宿主平台工作的功能。 所有函数都有三种形式,在path 、 path/win和path/posix 。 前缀表示函数操作的路径类型。 ( import path) # Examples for a non-windows system, use path/win/ for windows and # path/posix/ for posix. ( path/ext " my/long/path.txt " ) # -> " .txt " path/sep # -> " / " on posix, " \\ " on windows path/delim # -> " : " on posix, " ; " on windows ( path/basename " s
【文件预览】:
path-master
----README.md(1KB)
----test()
--------suite0.janet(2KB)
----LICENSE(1KB)
----path.janet(4KB)
----project.janet(172B)

网友评论