C# Класс ScrewTurn.Wiki.PluginFramework.StDirectoryInfo

Contains information about a directory.
This class is only used for provider-host communication.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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