C# 클래스 WPCordovaClassLib.Cordova.Commands.File.FileEntry

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

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