protected override INodeAttributes CreateAttributes()
        {
            LocalNodeAttributes attributes = null;

            attributes = new LocalNodeAttributes(this, this.directoryInfo);

            return(new AutoRefreshingNodeAttributes(attributes, -1));
        }
		protected override INodeAttributes CreateAttributes()
		{
			LocalNodeAttributes attributes = null;
						
			attributes = new LocalNodeAttributes(this, this.directoryInfo);
									
			return new AutoRefreshingNodeAttributes(attributes, -1);
		}