C# Class DreamEdit.fileInfo

Show file Open project: headswe/DreamEdit Class Usage Examples

Public Properties

Property Type Description
Checked bool
DirPath String
Extension String
FileName String
InternalPath String
Text String

Public Methods

Method Description
fileInfo ( string FullPath, string InternalPath, bool Checked = true ) : System
fileInfo ( string FileName, string Path, string Extension ) : System

Method Details

fileInfo() public method

public fileInfo ( string FullPath, string InternalPath, bool Checked = true ) : System
FullPath string
InternalPath string
Checked bool
return System

fileInfo() public method

public fileInfo ( string FileName, string Path, string Extension ) : System
FileName string
Path string
Extension string
return System

Property Details

Checked public property

public bool Checked
return bool

DirPath public property

public String DirPath
return String

Extension public property

public String Extension
return String

FileName public property

public String FileName
return String

InternalPath public property

public String InternalPath
return String

Text public property

public String Text
return String