开发者

Free library for mounting *nix & mac file systems for .NET?

开发者 https://www.devze.com 2023-02-07 05:46 出处:网络
My application is Microsoft.NET 3.5, C#. It works with windows file systems using .NET API like File.Exists, Directory.GetFiles/GetDirectories, File.ReadAllText and similar.

My application is Microsoft.NET 3.5, C#. It works with windows file systems using .NET API like File.Exists, Directory.GetFiles/GetDirectories, File.ReadAllText and similar.

I need to have an abil开发者_JS百科ity to search and read files on another file systems, particularly, *nix and MacOS file systems,

Is there any free library enabling me to mount such file systems and work with them using .NET API?


An easy solution would be a driver for Windows. There is a ext2/3 driver available on http://www.fs-driver.org/ but I don't know about a driver for the ext4 or any OSX filesystem.

0

精彩评论

暂无评论...
验证码 换一张
取 消