BlogSharp.Core.Impl.Services.FileSystem.FileSystemInfoBase.GetRelativePath C# (CSharp) Method

GetRelativePath() public method

public GetRelativePath ( string root ) : string
root string
return string
        public string GetRelativePath(string root)
        {
            throw new NotImplementedException();
        }