C# Class WPCordovaClassLib.Cordova.Commands.File.FileEntry

Mostra file Open project: ChristianWeyer/tUdUs Class Usage Examples

Private Properties

Property Type Description
GetDirectoryName string

Public Methods

Method Description
FileEntry ( string filePath, bool bIsRes = false ) : System

Creates object and sets necessary properties

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

Private Methods

Method Description
GetDirectoryName ( string path ) : string

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

Method Details

FileEntry() public method

Creates object and sets necessary properties
public FileEntry ( string filePath, bool bIsRes = false ) : System
filePath string
bIsRes bool
return System

GetEntry() public static method

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