(mountPath, path string)
| 88 | } |
| 89 | |
| 90 | func GetFullPath(mountPath, path string) string { |
| 91 | return stdpath.Join(GetActualMountPath(mountPath), path) |
| 92 | } |
| 93 | |
| 94 | // GetPathHierarchy generates a hierarchy of paths from the given path. |
| 95 | // |
no test coverage detected