Reacting to IFileSystemInfo changes
This commit is contained in:
parent
096ba08a8d
commit
b2750752dd
|
|
@ -412,7 +412,7 @@ namespace Microsoft.AspNet.Mvc.Core.Test
|
|||
}
|
||||
}
|
||||
|
||||
public string TryGetParentPath(string subpath, out string parentPath)
|
||||
public bool TryGetParentPath(string subpath, out string parentPath)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue