xoofx / zio

A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET
BSD 2-Clause "Simplified" License
817 stars 61 forks source link

Question: Run executable within virtual file system #44

Closed WinSys32 closed 4 years ago

WinSys32 commented 4 years ago

Is it possible to run files within the virtual file system using Process.Start?

xoofx commented 4 years ago

No, the virtual FileSystem provided by Zio are only known to .NET apps, not to the underlying OS.