C# 클래스 Tomboy.Sync.SyncUtils

파일 보기 프로젝트 열기: GNOME/tomboy 1 사용 예제들

공개 메소드들

메소드 설명
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