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

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

공개 메소드들

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

Creates a new SymbolicLink file system object.

메소드 상세

Directory() 공개 메소드

Creates a new SymbolicLink file system object.
public Directory ( string name, string path, Directory parent, System.DateTime creationdate ) : System
name string The name of the symbolic link.
path string The path of the symbolic link in the file system.
parent Directory
creationdate System.DateTime The date the symbolic link was created.
리턴 System