86
99
urlpath: See urlpath in url_to_local.
94
112
# First normalise the path
95
113
urlpath = os.path.normpath(urlpath)
98
116
return (None, None, None)
99
117
# Note: User can be a group name. There is absolutely no difference in our
100
118
# current directory scheme.