C# Class BetterExplorer.Networks.FileSystem.Directory

Inheritance: FileSystemObject
ファイルを表示 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
Directory ( string name, string path, Directory parent, System.DateTime creationdate ) : System

Creates a new SymbolicLink file system object.

Method Details

Directory() public method

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.
return System