C# Class DreamEdit.fileInfo

Mostrar archivo 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_oe property

public bool Checked
return bool

DirPath public_oe property

public String DirPath
return String

Extension public_oe property

public String Extension
return String

FileName public_oe property

public String FileName
return String

InternalPath public_oe property

public String InternalPath
return String

Text public_oe property

public String Text
return String