C# 클래스 SharpOS.Kernel.Vfs.FileSystemFactory

파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
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