C# Класс SharpOS.Kernel.Vfs.FileSystemFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateFileSystem() публичный статический Метод

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
Результат IFileSystem