C# 클래스 FileDownloaderApp.FileDownloader.FileInfo

Simple struct for managing file info
파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Path string

공개 메소드들

메소드 설명
FileInfo ( String path ) : System

Create a new instance of FileInfo

메소드 상세

FileInfo() 공개 메소드

Create a new instance of FileInfo
public FileInfo ( String path ) : System
path String The complete path of the file (directory + filename)
리턴 System

프로퍼티 상세

Name 공개적으로 프로퍼티

The name of the file
public string Name
리턴 string

Path 공개적으로 프로퍼티

The complete path of the file (directory + filename)
public string Path
리턴 string