C# Класс Tomboy.Sync.SyncUtils

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EnableFuse ( ) : bool

Enable fuse. This requires root access.

FindFirstExecutableInPath ( ) : string

Search in $PATH and a few other common locations for the given executables. Return full executable path of first executable found. If none found, return null.

IsFuseEnabled ( ) : bool

Checks /proc/filesystems to check for fuse in the output

Приватные методы

Метод Описание
SetUpTools ( ) : bool
SyncUtils ( ) : System

Описание методов

EnableFuse() публичный статический Метод

Enable fuse. This requires root access.
public static EnableFuse ( ) : bool
Результат bool

FindFirstExecutableInPath() публичный статический Метод

Search in $PATH and a few other common locations for the given executables. Return full executable path of first executable found. If none found, return null.
public static FindFirstExecutableInPath ( ) : string
Результат string

IsFuseEnabled() публичный статический Метод

Checks /proc/filesystems to check for fuse in the output
public static IsFuseEnabled ( ) : bool
Результат bool