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