C# Класс WPCordovaClassLib.Cordova.Commands.File.FileEntry

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

Private Properties

Свойство Тип Описание
GetDirectoryName string

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

Метод Описание
FileEntry ( string filePath, bool bIsRes = false ) : System

Creates object and sets necessary properties

GetEntry ( string filePath, bool bIsRes = false ) : FileEntry

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

Метод Описание
GetDirectoryName ( string path ) : string

Extracts directory name from path string Path should refer to a directory, for example \foo\ or /foo.

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

FileEntry() публичный Метод

Creates object and sets necessary properties
public FileEntry ( string filePath, bool bIsRes = false ) : System
filePath string
bIsRes bool
Результат System

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

public static GetEntry ( string filePath, bool bIsRes = false ) : FileEntry
filePath string
bIsRes bool
Результат FileEntry