Reacting to IFileSystemInfo changes

This commit is contained in:
Pranav K 2014-08-26 09:52:52 -07:00
parent 096ba08a8d
commit b2750752dd
1 changed files with 1 additions and 1 deletions

View File

@ -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(); throw new NotImplementedException();
} }