mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
7 lines
155 B
C#
7 lines
155 B
C#
|
|
namespace RomRepoMgr.Core.Filesystem
|
||
|
|
{
|
||
|
|
public class Vfs
|
||
|
|
{
|
||
|
|
public static bool IsAvailable => Winfsp.IsAvailable || Fuse.IsAvailable;
|
||
|
|
}
|
||
|
|
}
|