用于安装 *nix 和 的免费库.NET 的 mac 文件系统?

发布于 2024-10-15 02:31:48 字数 234 浏览 2 评论 0原文

我的应用程序是Microsoft.NET 3.5,C#。它使用 .NET API(如 File.Exists、Directory.GetFiles/GetDirectories、File.ReadAllText 等)与 Windows 文件系统配合使用。

我需要能够搜索和读取其他文件系统上的文件,特别是 *nix 和 MacOS 文件系统,

是否有任何免费库使我能够挂载此类文件系统并使用 .NET API 来使用它们?

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 ability 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哆兒滾 2024-10-22 02:31:48

一个简单的解决方案是 Windows 驱动程序。 http://www.fs-driver.org/ 上有一个 ext2/3 驱动程序可用,但是我不知道 ext4 或任何 OSX 文件系统的驱动程序。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文