C# Class BetterExplorer.Networks.FileSystem.Directory

Inheritance: FileSystemObject
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
Directory ( string name, string path, Directory parent, System.DateTime creationdate ) : System

Creates a new SymbolicLink file system object.

Method Details

Directory() public méthode

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.
Résultat System