Documentation ¶
Index ¶
Constants ¶
View Source
const (
TAG_CHROOT = "chroot"
)
Variables ¶
This section is empty.
Functions ¶
func ResolvePath ¶
ResolvePath 解析给定的基路径和一系列路径列表,返回它们的绝对路径、相对路径、非子路径和错误信息。
base 是基础路径。 list 是待解析的路径列表。 allPaths 是所有路径的绝对路径数组 outPaths + subPaths。 outPaths 是不在基础路径下的路径绝对路径数组。 subPaths 是在基础路径下的路径去掉基础路径前缀的绝对路径数组。 err 是错误信息。
Types ¶
Click to show internal directories.
Click to hide internal directories.