Cosmos/source/Cosmos.System/FileSystem/Listing/File.cs
2014-12-04 21:11:46 -08:00

17 lines
No EOL
471 B
C#

//using System;
//using System.Collections.Generic;
//using System.Linq;
//using System.Text;
//namespace Cosmos.System.FileSystem.Listing
//{
// public class File : Base
// {
// //TODO:UInt64? Size until ulong works.. nullable types have a problem right now
// public File(FileSystem aFileSystem, string aName, UInt64 aSize)
// : base(aFileSystem, aName)
// {
// mSize = aSize;
// }
// }
//}