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

FileSystemInfoBase() protected method

protected FileSystemInfoBase ( string fileName ) : System
fileName string
return System
        protected FileSystemInfoBase(string fileName)
        {
            this.fileName = fileName;
            //this.parent = parent;
        }