C# Class Tomboy.Sync.SyncUtils

Show file Open project: GNOME/tomboy Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
SetUpTools ( ) : bool
SyncUtils ( ) : System

Method Details

EnableFuse() public static method

Enable fuse. This requires root access.
public static EnableFuse ( ) : bool
return bool

FindFirstExecutableInPath() public static method

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
return string

IsFuseEnabled() public static method

Checks /proc/filesystems to check for fuse in the output
public static IsFuseEnabled ( ) : bool
return bool