|
func (a ServerMessageBlockFileSystemAbstraction) RealPathToVirtualPath(fullpath string, username string) (string, error) {
|
|
func (a ServerMessageBlockFileSystemAbstraction) RealPathToVirtualPath(fullpath string, username string) (string, error) {
|
|
fullpath = strings.TrimPrefix(fullpath, "\\")
|
|
fullpath = strings.TrimPrefix(fullpath, "\\")
|