C# 클래스 DreamEdit.fileInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
Checked bool
DirPath String
Extension String
FileName String
InternalPath String
Text String

공개 메소드들

메소드 설명
fileInfo ( string FullPath, string InternalPath, bool Checked = true ) : System
fileInfo ( string FileName, string Path, string Extension ) : System

메소드 상세

fileInfo() 공개 메소드

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

fileInfo() 공개 메소드

public fileInfo ( string FileName, string Path, string Extension ) : System
FileName string
Path string
Extension string
리턴 System

프로퍼티 상세

Checked 공개적으로 프로퍼티

public bool Checked
리턴 bool

DirPath 공개적으로 프로퍼티

public String DirPath
리턴 String

Extension 공개적으로 프로퍼티

public String Extension
리턴 String

FileName 공개적으로 프로퍼티

public String FileName
리턴 String

InternalPath 공개적으로 프로퍼티

public String InternalPath
리턴 String

Text 공개적으로 프로퍼티

public String Text
리턴 String