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

A representation of a symbolic link in the file system. A symbolic link has a link to another location in the file system.
상속: FileSystemObject
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

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

Creates a new SymbolicLink file system object.

메소드 상세

SymbolicLink() 공개 메소드

Creates a new SymbolicLink file system object.
public SymbolicLink ( string name, string path, Directory parent, System.DateTime creationdate, string target ) : 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.
target string The target path of the symbolic link.
리턴 System