mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
17 lines
439 B
C#
17 lines
439 B
C#
//using System;
|
|
//using System.Collections.Generic;
|
|
//using System.Linq;
|
|
//using System.Text;
|
|
//using System.Threading.Tasks;
|
|
//using Cosmos.System.FileSystem;
|
|
|
|
//namespace Playground.Kudzu.BreakpointsKernel.FAT.Listing
|
|
//{
|
|
// public class MyFatDirectory : Cosmos.System.FileSystem.Listing.Directory
|
|
// {
|
|
// public MyFatDirectory(FileSystem aFileSystem, string aName)
|
|
// : base(aFileSystem, aName)
|
|
// {
|
|
// }
|
|
// }
|
|
//}
|