Class FatFileSystemFactory
Namespace: Cosmos.System.FileSystem
Assembly: Cosmos.System2.dll
Syntax
public class FatFileSystemFactory : FileSystemFactory
Properties
| Improve this Doc View SourceName
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
| Improve this Doc View SourceCreate(Partition, String, Int64)
Initializes a new instance of the Cosmos.System.FileSystem.FAT.FatFileSystem class.
Declaration
public override FileSystem Create(Partition aDevice, string aRootPath, long aSize)
Parameters
Type | Name | Description |
---|---|---|
Partition | aDevice | The partition. |
System.String | aRootPath | The root path. |
System.Int64 | aSize |
Returns
Type | Description |
---|---|
FileSystem |
Overrides
| Improve this Doc View SourceIsType(Partition)
Checks if the file system can handle the partition.
Declaration
public override bool IsType(Partition aDevice)
Parameters
Type | Name | Description |
---|---|---|
Partition | aDevice | The partition. |
Returns
Type | Description |
---|---|
System.Boolean | Returns true if the file system can handle the partition, false otherwise. |