C# Class SharpOS.Kernel.Vfs.FileSystemFactory

Mostra file Open project: sharpos/SharpOS

Public Methods

Method Description
CreateFileSystem ( string path ) : IFileSystem

This function iterates all running file system drivers, which have registered themselves beneath the /system/filesystems and ask them if they can mount this path.

Method Details

CreateFileSystem() public static method

This function iterates all running file system drivers, which have registered themselves beneath the /system/filesystems and ask them if they can mount this path.
public static CreateFileSystem ( string path ) : IFileSystem
path string The path to the partition
return IFileSystem