MCPcopy
hub / github.com/filebrowser/filebrowser / FullPath

Method FullPath

users/users.go:102–104  ·  view source on GitHub ↗

FullPath gets the full path for a user's relative path.

(path string)

Source from the content-addressed store, hash-verified

100
101// FullPath gets the full path for a user's relative path.
102func (u *User) FullPath(path string) string {
103 return afero.FullBaseFsPath(files.BasePath(u.Fs), path)
104}

Callers 4

TestUserCleanFsFunction · 0.95
RunHookMethod · 0.80
commands.goFile · 0.80
getSharesForAdminPathFunction · 0.80

Calls 1

BasePathFunction · 0.92

Tested by 1

TestUserCleanFsFunction · 0.76