C# Class BlogSharp.Core.Impl.Services.FileSystem.FileSystemInfoBase

Inheritance: IFileSystemInfo
Show file Open project: BlogSharp/Blogsharp

Protected Properties

Property Type Description
fileName string

Public Methods

Method Description
GetRelativePath ( string root ) : string
ToString ( ) : string

Protected Methods

Method Description
FileSystemInfoBase ( string fileName ) : System

Method Details

FileSystemInfoBase() protected method

protected FileSystemInfoBase ( string fileName ) : System
fileName string
return System

GetRelativePath() public method

public GetRelativePath ( string root ) : string
root string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

fileName protected property

protected string fileName
return string