C# 클래스 ScrewTurn.Wiki.PluginFramework.StDirectoryInfo

Contains information about a directory.
This class is only used for provider-host communication.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki 1 사용 예제들

공개 메소드들

메소드 설명
GetDirectory ( string filePath ) : string

Gets the directory of a file.

StDirectoryInfo ( string fullPath, IFilesStorageProviderV30 provider ) : System

Initializes a new instance of the T:StDirectoryInfo class.

메소드 상세

GetDirectory() 공개 정적인 메소드

Gets the directory of a file.
public static GetDirectory ( string filePath ) : string
filePath string The full file path, such as '/file.txt' or '/directory/sub/file.txt'.
리턴 string

StDirectoryInfo() 공개 메소드

Initializes a new instance of the T:StDirectoryInfo class.
public StDirectoryInfo ( string fullPath, IFilesStorageProviderV30 provider ) : System
fullPath string The full path of the directory, for example /dir/sub/ or /.
provider IFilesStorageProviderV30 The provider that handles the directory.
리턴 System