C# 클래스 BetterExplorer.Networks.FileSystem.File

상속: FileSystemObject
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 메소드들

메소드 설명
File ( string name, string path, Directory parent, System.DateTime creationdate, long size ) : System

Creates a new file system object of the File type.

메소드 상세

File() 공개 메소드

Creates a new file system object of the File type.
public File ( string name, string path, Directory parent, System.DateTime creationdate, long size ) : System
name string The name of the file.
path string The path to access the file.
parent Directory
creationdate System.DateTime The date the file was created.
size long The size, in bytes, of the file.
리턴 System