C# Class SharpOS.Kernel.Vfs.FileSystemFactory

Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode 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 méthode

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
Résultat IFileSystem